Shades of Light Cyan #CDF8FF
Tints of Light Cyan #CDF8FF
RGB
CMYK
RGB Variations
Color information
#CDF8FF (or 0xCDF8FF) is known color: Light Cyan. HEX triplet: CD, F8 and FF. RGB value is (205,248,255). Sum of RGB (Red+Green+Blue) = 205+248+255=708 (93% of max value = 765). Red value is 205 (80.47% from 255 or 28.95% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF8FF is #320700. Grayscale: #EBEBEB. Windows color (decimal): -3278593 or 16775373. OLE color: 16775373.
HSL color Cylindrical-coordinate representation of color #CDF8FF: hue angle of 188.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDF8FF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 248 | 255 | - |
| CMYK | 0.20 | 0.03 | 0 | 0 |
| HSL | 188.4º | 1% | 0.9% | - |
| HSV(B) | 188.4º | 0.2% | 1% | - |
| XYZ | 76.79 | 87.33 | 107.42 | - |
| YUV | 235.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 255 | 0.20 | 0.03 | 0 | 0 | 188.4 | 1 | 0.9 |
| Hex | CD | F8 | FF | 14 | 3 | 0 | 0 | BC | 64 | 5A |
| Octal | 315 | 370 | 377 | 24 | 3 | 0 | 0 | 274 | 144 | 132 |
| Binary | 11001101 | 11111000 | 11111111 | 10100 | 11 | 0 | 0 | 10111100 | 1100100 | 1011010 |
Color Harmonies of #CDF8FF
Complementary color
Monochromatic Colors of #CDF8FF
Black with #CDF8FF
Text Example
Text Example
White with #CDF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8FF; }
p { color: rgb(205,248,255); }
H1.HeaderClassName
{
color: #CDF8FF;
}
.AnyTagClassName
{
color: #CDF8FF;
}
</style>
background-color css
<style>
a { background-color: #CDF8FF; }
a { background-color: rgb(205,248,255); }
div.DivClassName
{
background-color: #CDF8FF;
}
.BgClassName
{
background-color: #CDF8FF;
}
</style>
border-color css
<style>
span { border-color: #CDF8FF; }
span { border-color: rgb(205,248,255); }
td.TdClassName
{
border-color: #CDF8FF;
}
.TagClassName
{
border-color: #CDF8FF;
}
</style>