Shades of Light Cyan #C8FAFF
Tints of Light Cyan #C8FAFF
RGB
CMYK
RGB Variations
Color information
#C8FAFF (or 0xC8FAFF) is known color: Light Cyan. HEX triplet: C8, FA and FF. RGB value is (200,250,255). Sum of RGB (Red+Green+Blue) = 200+250+255=705 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.37% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAFF is #370500. Grayscale: #EBEBEB. Windows color (decimal): -3605761 or 16775880. OLE color: 16775880.
HSL color Cylindrical-coordinate representation of color #C8FAFF: hue angle of 185.45º 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 #C8FAFF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 250 | 255 | - |
| CMYK | 0.22 | 0.02 | 0 | 0 |
| HSL | 185.45º | 1% | 0.89% | - |
| HSV(B) | 185.45º | 0.22% | 1% | - |
| XYZ | 76.06 | 87.87 | 107.56 | - |
| YUV | 235.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 255 | 0.22 | 0.02 | 0 | 0 | 185.45 | 1 | 0.89 |
| Hex | C8 | FA | FF | 16 | 2 | 0 | 0 | B9 | 64 | 59 |
| Octal | 310 | 372 | 377 | 26 | 2 | 0 | 0 | 271 | 144 | 131 |
| Binary | 11001000 | 11111010 | 11111111 | 10110 | 10 | 0 | 0 | 10111001 | 1100100 | 1011001 |
Color Harmonies of #C8FAFF
Complementary color
Monochromatic Colors of #C8FAFF
Black with #C8FAFF
Text Example
Text Example
White with #C8FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAFF; }
p { color: rgb(200,250,255); }
H1.HeaderClassName
{
color: #C8FAFF;
}
.AnyTagClassName
{
color: #C8FAFF;
}
</style>
background-color css
<style>
a { background-color: #C8FAFF; }
a { background-color: rgb(200,250,255); }
div.DivClassName
{
background-color: #C8FAFF;
}
.BgClassName
{
background-color: #C8FAFF;
}
</style>
border-color css
<style>
span { border-color: #C8FAFF; }
span { border-color: rgb(200,250,255); }
td.TdClassName
{
border-color: #C8FAFF;
}
.TagClassName
{
border-color: #C8FAFF;
}
</style>