Shades of Onahau #C9F2FC
Tints of Onahau #C9F2FC
RGB
CMYK
RGB Variations
Color information
#C9F2FC (or 0xC9F2FC) is known color: Onahau. HEX triplet: C9, F2 and FC. RGB value is (201,242,252). Sum of RGB (Red+Green+Blue) = 201+242+252=695 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.92% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9F2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F2FC is #360D03. Grayscale: #E6E6E6. Windows color (decimal): -3542276 or 16577225. OLE color: 16577225.
HSL color Cylindrical-coordinate representation of color #C9F2FC: hue angle of 191.76º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F2FC is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 242 | 252 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.01 |
| HSL | 191.76º | 0.89% | 0.89% | - |
| HSV(B) | 191.76º | 0.2% | 0.99% | - |
| XYZ | 73.41 | 82.95 | 104.24 | - |
| YUV | 230.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 252 | 0.20 | 0.04 | 0 | 0.01 | 191.76 | 0.89 | 0.89 |
| Hex | C9 | F2 | FC | 14 | 4 | 0 | 1 | C0 | 59 | 59 |
| Octal | 311 | 362 | 374 | 24 | 4 | 0 | 1 | 300 | 131 | 131 |
| Binary | 11001001 | 11110010 | 11111100 | 10100 | 100 | 0 | 1 | 11000000 | 1011001 | 1011001 |
Color Harmonies of #C9F2FC
Complementary color
Monochromatic Colors of #C9F2FC
Black with #C9F2FC
Text Example
Text Example
White with #C9F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F2FC; }
p { color: rgb(201,242,252); }
H1.HeaderClassName
{
color: #C9F2FC;
}
.AnyTagClassName
{
color: #C9F2FC;
}
</style>
background-color css
<style>
a { background-color: #C9F2FC; }
a { background-color: rgb(201,242,252); }
div.DivClassName
{
background-color: #C9F2FC;
}
.BgClassName
{
background-color: #C9F2FC;
}
</style>
border-color css
<style>
span { border-color: #C9F2FC; }
span { border-color: rgb(201,242,252); }
td.TdClassName
{
border-color: #C9F2FC;
}
.TagClassName
{
border-color: #C9F2FC;
}
</style>