Shades of Light Cyan #CDFEF9
Tints of Light Cyan #CDFEF9
RGB
CMYK
RGB Variations
Color information
#CDFEF9 (or 0xCDFEF9) is known color: Light Cyan. HEX triplet: CD, FE and F9. RGB value is (205,254,249). Sum of RGB (Red+Green+Blue) = 205+254+249=708 (93% of max value = 765). Red value is 205 (80.47% from 255 or 28.95% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFEF9 is #320106. Grayscale: #EEEEEE. Windows color (decimal): -3277063 or 16383693. OLE color: 16383693.
HSL color Cylindrical-coordinate representation of color #CDFEF9: hue angle of 173.88º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFEF9 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 205 | 254 | 249 | - |
CMYK | 0.19 | 0 | 0.02 | 0.00 |
HSL | 173.88º | 0.96% | 0.9% | - |
HSV(B) | 173.88º | 0.19% | 1% | - |
XYZ | 77.72 | 90.7 | 103.03 | - |
YUV | 238.78 | 133.77 | 103.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 254 | 249 | 0.19 | 0 | 0.02 | 0.00 | 173.88 | 0.96 | 0.9 |
Hex | CD | FE | F9 | 13 | 0 | 2 | 0 | AE | 60 | 5A |
Octal | 315 | 376 | 371 | 23 | 0 | 2 | 0 | 256 | 140 | 132 |
Binary | 11001101 | 11111110 | 11111001 | 10011 | 0 | 10 | 0 | 10101110 | 1100000 | 1011010 |
Color Harmonies of #CDFEF9
Complementary color
Monochromatic Colors of #CDFEF9
Black with #CDFEF9
Text Example
Text Example
White with #CDFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEF9; }
p { color: rgb(205,254,249); }
H1.HeaderClassName
{
color: #CDFEF9;
}
.AnyTagClassName
{
color: #CDFEF9;
}
</style>
background-color css
<style>
a { background-color: #CDFEF9; }
a { background-color: rgb(205,254,249); }
div.DivClassName
{
background-color: #CDFEF9;
}
.BgClassName
{
background-color: #CDFEF9;
}
</style>
border-color css
<style>
span { border-color: #CDFEF9; }
span { border-color: rgb(205,254,249); }
td.TdClassName
{
border-color: #CDFEF9;
}
.TagClassName
{
border-color: #CDFEF9;
}
</style>