Shades of Light Cyan #C8FAFE
Tints of Light Cyan #C8FAFE
RGB
CMYK
RGB Variations
Color information
#C8FAFE (or 0xC8FAFE) is known color: Light Cyan. HEX triplet: C8, FA and FE. RGB value is (200,250,254). Sum of RGB (Red+Green+Blue) = 200+250+254=704 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.41% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAFE is #370501. Grayscale: #EBEBEB. Windows color (decimal): -3605762 or 16710344. OLE color: 16710344.
HSL color Cylindrical-coordinate representation of color #C8FAFE: hue angle of 184.44º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FAFE is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 250 | 254 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.00 |
| HSL | 184.44º | 0.96% | 0.89% | - |
| HSV(B) | 184.44º | 0.21% | 1% | - |
| XYZ | 75.89 | 87.81 | 106.71 | - |
| YUV | 235.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 254 | 0.21 | 0.02 | 0 | 0.00 | 184.44 | 0.96 | 0.89 |
| Hex | C8 | FA | FE | 15 | 2 | 0 | 0 | B8 | 60 | 59 |
| Octal | 310 | 372 | 376 | 25 | 2 | 0 | 0 | 270 | 140 | 131 |
| Binary | 11001000 | 11111010 | 11111110 | 10101 | 10 | 0 | 0 | 10111000 | 1100000 | 1011001 |
Color Harmonies of #C8FAFE
Complementary color
Monochromatic Colors of #C8FAFE
Black with #C8FAFE
Text Example
Text Example
White with #C8FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAFE; }
p { color: rgb(200,250,254); }
H1.HeaderClassName
{
color: #C8FAFE;
}
.AnyTagClassName
{
color: #C8FAFE;
}
</style>
background-color css
<style>
a { background-color: #C8FAFE; }
a { background-color: rgb(200,250,254); }
div.DivClassName
{
background-color: #C8FAFE;
}
.BgClassName
{
background-color: #C8FAFE;
}
</style>
border-color css
<style>
span { border-color: #C8FAFE; }
span { border-color: rgb(200,250,254); }
td.TdClassName
{
border-color: #C8FAFE;
}
.TagClassName
{
border-color: #C8FAFE;
}
</style>