Color: #99CDEF

#99CDEF Color Information

#99CDEF is a light color. The closest websafe version is #99CDEF. A complement of this color would be #EFBC9A, perceived brightness is 0.76, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 204°,a saturation of 73%, and a lightness of 77%.The HSV representation shows a hue of 204°, a saturation of 36%, and a value of 94%.

In a RGB color space, #99CDEF is composed of 60% red, 80% green and 94% blue. Whereas in a CMYK color space, it is composed of 36% cyan, 14% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 56.09, x: 0.2861, and y: 0.3226.

Color Code #99CDEF

#99CDEFrgb(153, 205, 239)
HEX
#99CDEF
RGB
rgb(153, 205, 239)
HSL
hsl(204, 73%, 77%)
HSV
hsv(204, 36%, 94%)
CMYK
36%, 14%, 0%, 6%
XYZ
X: 49.75, Y: 56.09, Z: 68.02
Lab
L: 79.66, a: -11.31, b: -22.58
Name

Shades of Color #99CDEF

Shades are created by darkening the original color #99CDEF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #99CDEF

Tints are created by lightening the original color #99CDEF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#99CDEFrgb(153, 205, 239)

About #99CDEF Color Code

In the HSL color space, this color has a hue angle of 204°, a saturation of 73%, and a lightness of 77%. The HSV representation shows a hue of 204°, a saturation of 36%, and a value of 94%.

  • HEX: #99CDEF
  • RGB: rgb(153, 205, 239)
  • HSL: hsl(204, 73%, 77%)
  • HSV: hsv(204, 36%, 94%)
  • CMYK: 36.00% cyan, 14.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 49.75, 56.09, 68.02
  • Yxy: 56.09, 0.2861, 0.3226
  • Hunter Lab: 79.66, -11.31, -22.58
  • CIE-Lab: 79.66, -11.31, -22.58

In the XYZ color space, this color is represented as X: 49.75, Y: 56.09, Z: 68.02. The Yxy representation further refines this as Y: 56.09, x: 0.2861, and y: 0.3226.

In the Hunter Lab color space, this color is represented as L: 79.66, a: -11.31, and b: -22.58. Similarly, in the CIE-Lab color space, it is represented as L: 79.66, a: -11.31, and b: -22.58.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #99CDEF

Triadic colors are three colors evenly spaced around the color wheel, including #99CDEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #99CDEF

Analogous colors are adjacent to #99CDEF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #99CDEF

Split complementary colors are two colors adjacent to the complementary color of #99CDEF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #99CDEF

Tetradic colors form a rectangle on the color wheel, including #99CDEF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #99CDEF

Monochromatic colors are variations of #99CDEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #99CDEF

The complementary color of #99CDEF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #99CDEF

/* Using HEX */
body {
  background-color: #99cdef;
}
/* Using RGB */
body {
  background-color: rgb(153, 205, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(153, 205, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(204, 73%, 77%);
}
/* Text color */
p {
  color: #99cdef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #99cdef;
}
/* Border color */
.box {
  border: 4px solid #99cdef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #99cdef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #99cdef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#99CDEF
On Black Background
#99CDEF
On White Background
#99CDEF

HTML Examples of #99CDEF

<!-- Using HEX -->
<div style="background-color: #99cdef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(153, 205, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(153, 205, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(204, 73%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #99cdef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #99cdef; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #99cdef; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #99cdef;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #99cdef; color: #fff; padding: 16px; border-radius: 8px;">
  #99CDEF
</div>
#99CDEF
On Black Background
#99CDEF
On White Background
#99CDEF

Related Colors of #99CDEF

These colors are similar to #99CDEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.