Shades of Light Cyan #CFFFFF
Tints of Light Cyan #CFFFFF
RGB
CMYK
RGB Variations
Color information
#CFFFFF (or 0xCFFFFF) is known color: Light Cyan. HEX triplet: CF, FF and FF. RGB value is (207,255,255). Sum of RGB (Red+Green+Blue) = 207+255+255=717 (94% of max value = 765). Red value is 207 (81.25% from 255 or 28.87% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #CFFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFFF is #300000. Grayscale: #F0F0F0. Windows color (decimal): -3145729 or 16777167. OLE color: 16777167.
HSL color Cylindrical-coordinate representation of color #CFFFFF: hue angle of 180º 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 #CFFFFF is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 255 | 255 | - |
CMYK | 0.19 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.91% | - |
HSV(B) | 180º | 0.19% | 1% | - |
XYZ | 79.54 | 92.01 | 108.17 | - |
YUV | 240.65 | 136.1 | 104 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 255 | 255 | 0.19 | 0 | 0 | 0 | 180 | 1 | 0.91 |
Hex | CF | FF | FF | 13 | 0 | 0 | 0 | B4 | 64 | 5B |
Octal | 317 | 377 | 377 | 23 | 0 | 0 | 0 | 264 | 144 | 133 |
Binary | 11001111 | 11111111 | 11111111 | 10011 | 0 | 0 | 0 | 10110100 | 1100100 | 1011011 |
Color Harmonies of #CFFFFF
Complementary color
Monochromatic Colors of #CFFFFF
Black with #CFFFFF
Text Example
Text Example
White with #CFFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFFF; }
p { color: rgb(207,255,255); }
H1.HeaderClassName
{
color: #CFFFFF;
}
.AnyTagClassName
{
color: #CFFFFF;
}
</style>
background-color css
<style>
a { background-color: #CFFFFF; }
a { background-color: rgb(207,255,255); }
div.DivClassName
{
background-color: #CFFFFF;
}
.BgClassName
{
background-color: #CFFFFF;
}
</style>
border-color css
<style>
span { border-color: #CFFFFF; }
span { border-color: rgb(207,255,255); }
td.TdClassName
{
border-color: #CFFFFF;
}
.TagClassName
{
border-color: #CFFFFF;
}
</style>