Shades of Light Cyan #CFFDFF
Tints of Light Cyan #CFFDFF
RGB
CMYK
RGB Variations
Color information
#CFFDFF (or 0xCFFDFF) is known color: Light Cyan. HEX triplet: CF, FD and FF. RGB value is (207,253,255). Sum of RGB (Red+Green+Blue) = 207+253+255=715 (94% of max value = 765). Red value is 207 (81.25% from 255 or 28.95% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDFF is #300200. Grayscale: #EFEFEF. Windows color (decimal): -3146241 or 16776655. OLE color: 16776655.
HSL color Cylindrical-coordinate representation of color #CFFDFF: hue angle of 182.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFDFF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 253 | 255 | - |
| CMYK | 0.19 | 0.01 | 0 | 0 |
| HSL | 182.5º | 1% | 0.91% | - |
| HSV(B) | 182.5º | 0.19% | 1% | - |
| XYZ | 78.91 | 90.74 | 107.96 | - |
| YUV | 239.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 255 | 0.19 | 0.01 | 0 | 0 | 182.5 | 1 | 0.91 |
| Hex | CF | FD | FF | 13 | 1 | 0 | 0 | B6 | 64 | 5B |
| Octal | 317 | 375 | 377 | 23 | 1 | 0 | 0 | 266 | 144 | 133 |
| Binary | 11001111 | 11111101 | 11111111 | 10011 | 1 | 0 | 0 | 10110110 | 1100100 | 1011011 |
Color Harmonies of #CFFDFF
Complementary color
Monochromatic Colors of #CFFDFF
Black with #CFFDFF
Text Example
Text Example
White with #CFFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDFF; }
p { color: rgb(207,253,255); }
H1.HeaderClassName
{
color: #CFFDFF;
}
.AnyTagClassName
{
color: #CFFDFF;
}
</style>
background-color css
<style>
a { background-color: #CFFDFF; }
a { background-color: rgb(207,253,255); }
div.DivClassName
{
background-color: #CFFDFF;
}
.BgClassName
{
background-color: #CFFDFF;
}
</style>
border-color css
<style>
span { border-color: #CFFDFF; }
span { border-color: rgb(207,253,255); }
td.TdClassName
{
border-color: #CFFDFF;
}
.TagClassName
{
border-color: #CFFDFF;
}
</style>