Shades of Light Cyan #CCF8FB
Tints of Light Cyan #CCF8FB
RGB
CMYK
RGB Variations
Color information
#CCF8FB (or 0xCCF8FB) is known color: Light Cyan. HEX triplet: CC, F8 and FB. RGB value is (204,248,251). Sum of RGB (Red+Green+Blue) = 204+248+251=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8FB is #330704. Grayscale: #EBEBEB. Windows color (decimal): -3344133 or 16513228. OLE color: 16513228.
HSL color Cylindrical-coordinate representation of color #CCF8FB: hue angle of 183.83º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF8FB is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 248 | 251 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.02 |
| HSL | 183.83º | 0.85% | 0.89% | - |
| HSV(B) | 183.83º | 0.19% | 0.98% | - |
| XYZ | 75.88 | 86.94 | 104.05 | - |
| YUV | 235.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 251 | 0.19 | 0.01 | 0 | 0.02 | 183.83 | 0.85 | 0.89 |
| Hex | CC | F8 | FB | 13 | 1 | 0 | 2 | B8 | 55 | 59 |
| Octal | 314 | 370 | 373 | 23 | 1 | 0 | 2 | 270 | 125 | 131 |
| Binary | 11001100 | 11111000 | 11111011 | 10011 | 1 | 0 | 10 | 10111000 | 1010101 | 1011001 |
Color Harmonies of #CCF8FB
Complementary color
Monochromatic Colors of #CCF8FB
Black with #CCF8FB
Text Example
Text Example
White with #CCF8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8FB; }
p { color: rgb(204,248,251); }
H1.HeaderClassName
{
color: #CCF8FB;
}
.AnyTagClassName
{
color: #CCF8FB;
}
</style>
background-color css
<style>
a { background-color: #CCF8FB; }
a { background-color: rgb(204,248,251); }
div.DivClassName
{
background-color: #CCF8FB;
}
.BgClassName
{
background-color: #CCF8FB;
}
</style>
border-color css
<style>
span { border-color: #CCF8FB; }
span { border-color: rgb(204,248,251); }
td.TdClassName
{
border-color: #CCF8FB;
}
.TagClassName
{
border-color: #CCF8FB;
}
</style>