Shades of Light Cyan #CDFDF9
Tints of Light Cyan #CDFDF9
RGB
CMYK
RGB Variations
Color information
#CDFDF9 (or 0xCDFDF9) is known color: Light Cyan. HEX triplet: CD, FD and F9. RGB value is (205,253,249). Sum of RGB (Red+Green+Blue) = 205+253+249=707 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.00% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFDF9 is #320206. Grayscale: #EEEEEE. Windows color (decimal): -3277319 or 16383437. OLE color: 16383437.
HSL color Cylindrical-coordinate representation of color #CDFDF9: hue angle of 175º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFDF9 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 249 | - |
CMYK | 0.19 | 0 | 0.02 | 0.01 |
HSL | 175º | 0.92% | 0.9% | - |
HSV(B) | 175º | 0.19% | 0.99% | - |
XYZ | 77.4 | 90.07 | 102.93 | - |
YUV | 238.19 | 134.1 | 104.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 249 | 0.19 | 0 | 0.02 | 0.01 | 175 | 0.92 | 0.9 |
Hex | CD | FD | F9 | 13 | 0 | 2 | 1 | AF | 5C | 5A |
Octal | 315 | 375 | 371 | 23 | 0 | 2 | 1 | 257 | 134 | 132 |
Binary | 11001101 | 11111101 | 11111001 | 10011 | 0 | 10 | 1 | 10101111 | 1011100 | 1011010 |
Color Harmonies of #CDFDF9
Complementary color
Monochromatic Colors of #CDFDF9
Black with #CDFDF9
Text Example
Text Example
White with #CDFDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDF9; }
p { color: rgb(205,253,249); }
H1.HeaderClassName
{
color: #CDFDF9;
}
.AnyTagClassName
{
color: #CDFDF9;
}
</style>
background-color css
<style>
a { background-color: #CDFDF9; }
a { background-color: rgb(205,253,249); }
div.DivClassName
{
background-color: #CDFDF9;
}
.BgClassName
{
background-color: #CDFDF9;
}
</style>
border-color css
<style>
span { border-color: #CDFDF9; }
span { border-color: rgb(205,253,249); }
td.TdClassName
{
border-color: #CDFDF9;
}
.TagClassName
{
border-color: #CDFDF9;
}
</style>