Shades of Light Cyan #C9FAFE
Tints of Light Cyan #C9FAFE
RGB
CMYK
RGB Variations
Color information
#C9FAFE (or 0xC9FAFE) is known color: Light Cyan. HEX triplet: C9, FA and FE. RGB value is (201,250,254). Sum of RGB (Red+Green+Blue) = 201+250+254=705 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.51% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FAFE is #360501. Grayscale: #EBEBEB. Windows color (decimal): -3540226 or 16710345. OLE color: 16710345.
HSL color Cylindrical-coordinate representation of color #C9FAFE: hue angle of 184.53º 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 #C9FAFE is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 250 | 254 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.00 |
| HSL | 184.53º | 0.96% | 0.89% | - |
| HSV(B) | 184.53º | 0.21% | 1% | - |
| XYZ | 76.16 | 87.94 | 106.73 | - |
| YUV | 235.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 254 | 0.21 | 0.02 | 0 | 0.00 | 184.53 | 0.96 | 0.89 |
| Hex | C9 | FA | FE | 15 | 2 | 0 | 0 | B9 | 60 | 59 |
| Octal | 311 | 372 | 376 | 25 | 2 | 0 | 0 | 271 | 140 | 131 |
| Binary | 11001001 | 11111010 | 11111110 | 10101 | 10 | 0 | 0 | 10111001 | 1100000 | 1011001 |
Color Harmonies of #C9FAFE
Complementary color
Monochromatic Colors of #C9FAFE
Black with #C9FAFE
Text Example
Text Example
White with #C9FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAFE; }
p { color: rgb(201,250,254); }
H1.HeaderClassName
{
color: #C9FAFE;
}
.AnyTagClassName
{
color: #C9FAFE;
}
</style>
background-color css
<style>
a { background-color: #C9FAFE; }
a { background-color: rgb(201,250,254); }
div.DivClassName
{
background-color: #C9FAFE;
}
.BgClassName
{
background-color: #C9FAFE;
}
</style>
border-color css
<style>
span { border-color: #C9FAFE; }
span { border-color: rgb(201,250,254); }
td.TdClassName
{
border-color: #C9FAFE;
}
.TagClassName
{
border-color: #C9FAFE;
}
</style>