Shades of Light Cyan #CDFCFC
Tints of Light Cyan #CDFCFC
RGB
CMYK
RGB Variations
Color information
#CDFCFC (or 0xCDFCFC) is known color: Light Cyan. HEX triplet: CD, FC and FC. RGB value is (205,252,252). Sum of RGB (Red+Green+Blue) = 205+252+252=709 (93% of max value = 765). Red value is 205 (80.47% from 255 or 28.91% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #CDFCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFCFC is #320303. Grayscale: #EDEDED. Windows color (decimal): -3277572 or 16579789. OLE color: 16579789.
HSL color Cylindrical-coordinate representation of color #CDFCFC: hue angle of 180º degrees, saturation: 0.89, 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 #CDFCFC is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 252 | - |
| CMYK | 0.19 | 0 | 0 | 0.01 |
| HSL | 180º | 0.89% | 0.9% | - |
| HSV(B) | 180º | 0.19% | 0.99% | - |
| XYZ | 77.56 | 89.63 | 105.31 | - |
| YUV | 237.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 252 | 0.19 | 0 | 0 | 0.01 | 180 | 0.89 | 0.9 |
| Hex | CD | FC | FC | 13 | 0 | 0 | 1 | B4 | 59 | 5A |
| Octal | 315 | 374 | 374 | 23 | 0 | 0 | 1 | 264 | 131 | 132 |
| Binary | 11001101 | 11111100 | 11111100 | 10011 | 0 | 0 | 1 | 10110100 | 1011001 | 1011010 |
Color Harmonies of #CDFCFC
Complementary color
Monochromatic Colors of #CDFCFC
Black with #CDFCFC
Text Example
Text Example
White with #CDFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCFC; }
p { color: rgb(205,252,252); }
H1.HeaderClassName
{
color: #CDFCFC;
}
.AnyTagClassName
{
color: #CDFCFC;
}
</style>
background-color css
<style>
a { background-color: #CDFCFC; }
a { background-color: rgb(205,252,252); }
div.DivClassName
{
background-color: #CDFCFC;
}
.BgClassName
{
background-color: #CDFCFC;
}
</style>
border-color css
<style>
span { border-color: #CDFCFC; }
span { border-color: rgb(205,252,252); }
td.TdClassName
{
border-color: #CDFCFC;
}
.TagClassName
{
border-color: #CDFCFC;
}
</style>