Shades of Light Cyan #CCFAF8
Tints of Light Cyan #CCFAF8
RGB
CMYK
RGB Variations
Color information
#CCFAF8 (or 0xCCFAF8) is known color: Light Cyan. HEX triplet: CC, FA and F8. RGB value is (204,250,248). Sum of RGB (Red+Green+Blue) = 204+250+248=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAF8 is #330507. Grayscale: #EBEBEB. Windows color (decimal): -3343624 or 16317132. OLE color: 16317132.
HSL color Cylindrical-coordinate representation of color #CCFAF8: hue angle of 177.39º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAF8 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 250 | 248 | - |
CMYK | 0.18 | 0 | 0.01 | 0.02 |
HSL | 177.39º | 0.82% | 0.89% | - |
HSV(B) | 177.39º | 0.18% | 0.98% | - |
XYZ | 76.03 | 87.99 | 101.78 | - |
YUV | 236.02 | 134.76 | 105.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 250 | 248 | 0.18 | 0 | 0.01 | 0.02 | 177.39 | 0.82 | 0.89 |
Hex | CC | FA | F8 | 12 | 0 | 1 | 2 | B1 | 52 | 59 |
Octal | 314 | 372 | 370 | 22 | 0 | 1 | 2 | 261 | 122 | 131 |
Binary | 11001100 | 11111010 | 11111000 | 10010 | 0 | 1 | 10 | 10110001 | 1010010 | 1011001 |
Color Harmonies of #CCFAF8
Complementary color
Monochromatic Colors of #CCFAF8
Black with #CCFAF8
Text Example
Text Example
White with #CCFAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAF8; }
p { color: rgb(204,250,248); }
H1.HeaderClassName
{
color: #CCFAF8;
}
.AnyTagClassName
{
color: #CCFAF8;
}
</style>
background-color css
<style>
a { background-color: #CCFAF8; }
a { background-color: rgb(204,250,248); }
div.DivClassName
{
background-color: #CCFAF8;
}
.BgClassName
{
background-color: #CCFAF8;
}
</style>
border-color css
<style>
span { border-color: #CCFAF8; }
span { border-color: rgb(204,250,248); }
td.TdClassName
{
border-color: #CCFAF8;
}
.TagClassName
{
border-color: #CCFAF8;
}
</style>