Shades of Light Cyan #CCFBFC
Tints of Light Cyan #CCFBFC
RGB
CMYK
RGB Variations
Color information
#CCFBFC (or 0xCCFBFC) is known color: Light Cyan. HEX triplet: CC, FB and FC. RGB value is (204,251,252). Sum of RGB (Red+Green+Blue) = 204+251+252=707 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.85% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCFBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBFC is #330403. Grayscale: #EDEDED. Windows color (decimal): -3343364 or 16579532. OLE color: 16579532.
HSL color Cylindrical-coordinate representation of color #CCFBFC: hue angle of 181.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBFC is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 251 | 252 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.01 |
| HSL | 181.25º | 0.89% | 0.89% | - |
| HSV(B) | 181.25º | 0.19% | 0.99% | - |
| XYZ | 76.97 | 88.86 | 105.19 | - |
| YUV | 237.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 252 | 0.19 | 0.00 | 0 | 0.01 | 181.25 | 0.89 | 0.89 |
| Hex | CC | FB | FC | 13 | 0 | 0 | 1 | B5 | 59 | 59 |
| Octal | 314 | 373 | 374 | 23 | 0 | 0 | 1 | 265 | 131 | 131 |
| Binary | 11001100 | 11111011 | 11111100 | 10011 | 0 | 0 | 1 | 10110101 | 1011001 | 1011001 |
Color Harmonies of #CCFBFC
Complementary color
Monochromatic Colors of #CCFBFC
Black with #CCFBFC
Text Example
Text Example
White with #CCFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBFC; }
p { color: rgb(204,251,252); }
H1.HeaderClassName
{
color: #CCFBFC;
}
.AnyTagClassName
{
color: #CCFBFC;
}
</style>
background-color css
<style>
a { background-color: #CCFBFC; }
a { background-color: rgb(204,251,252); }
div.DivClassName
{
background-color: #CCFBFC;
}
.BgClassName
{
background-color: #CCFBFC;
}
</style>
border-color css
<style>
span { border-color: #CCFBFC; }
span { border-color: rgb(204,251,252); }
td.TdClassName
{
border-color: #CCFBFC;
}
.TagClassName
{
border-color: #CCFBFC;
}
</style>