Shades of Light Cyan #CDFBF9
Tints of Light Cyan #CDFBF9
RGB
CMYK
RGB Variations
Color information
#CDFBF9 (or 0xCDFBF9) is known color: Light Cyan. HEX triplet: CD, FB and F9. RGB value is (205,251,249). Sum of RGB (Red+Green+Blue) = 205+251+249=705 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.08% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFBF9 is #320406. Grayscale: #ECECEC. Windows color (decimal): -3277831 or 16382925. OLE color: 16382925.
HSL color Cylindrical-coordinate representation of color #CDFBF9: hue angle of 177.39º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFBF9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 251 | 249 | - |
CMYK | 0.18 | 0 | 0.01 | 0.02 |
HSL | 177.39º | 0.85% | 0.89% | - |
HSV(B) | 177.39º | 0.18% | 0.98% | - |
XYZ | 76.77 | 88.81 | 102.72 | - |
YUV | 237.02 | 134.76 | 105.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 251 | 249 | 0.18 | 0 | 0.01 | 0.02 | 177.39 | 0.85 | 0.89 |
Hex | CD | FB | F9 | 12 | 0 | 1 | 2 | B1 | 55 | 59 |
Octal | 315 | 373 | 371 | 22 | 0 | 1 | 2 | 261 | 125 | 131 |
Binary | 11001101 | 11111011 | 11111001 | 10010 | 0 | 1 | 10 | 10110001 | 1010101 | 1011001 |
Color Harmonies of #CDFBF9
Complementary color
Monochromatic Colors of #CDFBF9
Black with #CDFBF9
Text Example
Text Example
White with #CDFBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBF9; }
p { color: rgb(205,251,249); }
H1.HeaderClassName
{
color: #CDFBF9;
}
.AnyTagClassName
{
color: #CDFBF9;
}
</style>
background-color css
<style>
a { background-color: #CDFBF9; }
a { background-color: rgb(205,251,249); }
div.DivClassName
{
background-color: #CDFBF9;
}
.BgClassName
{
background-color: #CDFBF9;
}
</style>
border-color css
<style>
span { border-color: #CDFBF9; }
span { border-color: rgb(205,251,249); }
td.TdClassName
{
border-color: #CDFBF9;
}
.TagClassName
{
border-color: #CDFBF9;
}
</style>