Shades of Light Cyan #CCFBFF
Tints of Light Cyan #CCFBFF
RGB
CMYK
RGB Variations
Color information
#CCFBFF (or 0xCCFBFF) is known color: Light Cyan. HEX triplet: CC, FB and FF. RGB value is (204,251,255). Sum of RGB (Red+Green+Blue) = 204+251+255=710 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.73% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBFF is #330400. Grayscale: #EDEDED. Windows color (decimal): -3343361 or 16776140. OLE color: 16776140.
HSL color Cylindrical-coordinate representation of color #CCFBFF: hue angle of 184.71º 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 #CCFBFF is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 251 | 255 | - |
| CMYK | 0.2 | 0.02 | 0 | 0 |
| HSL | 184.71º | 1% | 0.9% | - |
| HSV(B) | 184.71º | 0.2% | 1% | - |
| XYZ | 77.45 | 89.05 | 107.71 | - |
| YUV | 237.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 255 | 0.2 | 0.02 | 0 | 0 | 184.71 | 1 | 0.9 |
| Hex | CC | FB | FF | 14 | 2 | 0 | 0 | B9 | 64 | 5A |
| Octal | 314 | 373 | 377 | 24 | 2 | 0 | 0 | 271 | 144 | 132 |
| Binary | 11001100 | 11111011 | 11111111 | 10100 | 10 | 0 | 0 | 10111001 | 1100100 | 1011010 |
Color Harmonies of #CCFBFF
Complementary color
Monochromatic Colors of #CCFBFF
Black with #CCFBFF
Text Example
Text Example
White with #CCFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBFF; }
p { color: rgb(204,251,255); }
H1.HeaderClassName
{
color: #CCFBFF;
}
.AnyTagClassName
{
color: #CCFBFF;
}
</style>
background-color css
<style>
a { background-color: #CCFBFF; }
a { background-color: rgb(204,251,255); }
div.DivClassName
{
background-color: #CCFBFF;
}
.BgClassName
{
background-color: #CCFBFF;
}
</style>
border-color css
<style>
span { border-color: #CCFBFF; }
span { border-color: rgb(204,251,255); }
td.TdClassName
{
border-color: #CCFBFF;
}
.TagClassName
{
border-color: #CCFBFF;
}
</style>