Shades of Light Cyan #C8FFFC
Tints of Light Cyan #C8FFFC
RGB
CMYK
RGB Variations
Color information
#C8FFFC (or 0xC8FFFC) is known color: Light Cyan. HEX triplet: C8, FF and FC. RGB value is (200,255,252). Sum of RGB (Red+Green+Blue) = 200+255+252=707 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.29% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFFC is #370003. Grayscale: #EEEEEE. Windows color (decimal): -3604484 or 16580552. OLE color: 16580552.
HSL color Cylindrical-coordinate representation of color #C8FFFC: hue angle of 176.73º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8FFFC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 252 | - |
| CMYK | 0.22 | 0 | 0.01 | 0 |
| HSL | 176.73º | 1% | 0.89% | - |
| HSV(B) | 176.73º | 0.22% | 1% | - |
| XYZ | 77.15 | 90.83 | 105.56 | - |
| YUV | 238.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 252 | 0.22 | 0 | 0.01 | 0 | 176.73 | 1 | 0.89 |
| Hex | C8 | FF | FC | 16 | 0 | 1 | 0 | B1 | 64 | 59 |
| Octal | 310 | 377 | 374 | 26 | 0 | 1 | 0 | 261 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11111100 | 10110 | 0 | 1 | 0 | 10110001 | 1100100 | 1011001 |
Color Harmonies of #C8FFFC
Complementary color
Monochromatic Colors of #C8FFFC
Black with #C8FFFC
Text Example
Text Example
White with #C8FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFFC; }
p { color: rgb(200,255,252); }
H1.HeaderClassName
{
color: #C8FFFC;
}
.AnyTagClassName
{
color: #C8FFFC;
}
</style>
background-color css
<style>
a { background-color: #C8FFFC; }
a { background-color: rgb(200,255,252); }
div.DivClassName
{
background-color: #C8FFFC;
}
.BgClassName
{
background-color: #C8FFFC;
}
</style>
border-color css
<style>
span { border-color: #C8FFFC; }
span { border-color: rgb(200,255,252); }
td.TdClassName
{
border-color: #C8FFFC;
}
.TagClassName
{
border-color: #C8FFFC;
}
</style>