Shades of Light Cyan #C9FAFF
Tints of Light Cyan #C9FAFF
RGB
CMYK
RGB Variations
Color information
#C9FAFF (or 0xC9FAFF) is known color: Light Cyan. HEX triplet: C9, FA and FF. RGB value is (201,250,255). Sum of RGB (Red+Green+Blue) = 201+250+255=706 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.47% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FAFF is #360500. Grayscale: #EBEBEB. Windows color (decimal): -3540225 or 16775881. OLE color: 16775881.
HSL color Cylindrical-coordinate representation of color #C9FAFF: hue angle of 185.56º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FAFF is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 250 | 255 | - |
| CMYK | 0.21 | 0.02 | 0 | 0 |
| HSL | 185.56º | 1% | 0.89% | - |
| HSV(B) | 185.56º | 0.21% | 1% | - |
| XYZ | 76.32 | 88.01 | 107.57 | - |
| YUV | 235.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 255 | 0.21 | 0.02 | 0 | 0 | 185.56 | 1 | 0.89 |
| Hex | C9 | FA | FF | 15 | 2 | 0 | 0 | BA | 64 | 59 |
| Octal | 311 | 372 | 377 | 25 | 2 | 0 | 0 | 272 | 144 | 131 |
| Binary | 11001001 | 11111010 | 11111111 | 10101 | 10 | 0 | 0 | 10111010 | 1100100 | 1011001 |
Color Harmonies of #C9FAFF
Complementary color
Monochromatic Colors of #C9FAFF
Black with #C9FAFF
Text Example
Text Example
White with #C9FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAFF; }
p { color: rgb(201,250,255); }
H1.HeaderClassName
{
color: #C9FAFF;
}
.AnyTagClassName
{
color: #C9FAFF;
}
</style>
background-color css
<style>
a { background-color: #C9FAFF; }
a { background-color: rgb(201,250,255); }
div.DivClassName
{
background-color: #C9FAFF;
}
.BgClassName
{
background-color: #C9FAFF;
}
</style>
border-color css
<style>
span { border-color: #C9FAFF; }
span { border-color: rgb(201,250,255); }
td.TdClassName
{
border-color: #C9FAFF;
}
.TagClassName
{
border-color: #C9FAFF;
}
</style>