Shades of Onahau #C9F2F6
Tints of Onahau #C9F2F6
RGB
CMYK
RGB Variations
Color information
#C9F2F6 (or 0xC9F2F6) is known color: Onahau. HEX triplet: C9, F2 and F6. RGB value is (201,242,246). Sum of RGB (Red+Green+Blue) = 201+242+246=689 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.17% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9F2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F2F6 is #360D09. Grayscale: #E6E6E6. Windows color (decimal): -3542282 or 16184009. OLE color: 16184009.
HSL color Cylindrical-coordinate representation of color #C9F2F6: hue angle of 185.33º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9F2F6 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 242 | 246 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.04 |
| HSL | 185.33º | 0.71% | 0.88% | - |
| HSV(B) | 185.33º | 0.18% | 0.96% | - |
| XYZ | 72.47 | 82.58 | 99.31 | - |
| YUV | 230.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 246 | 0.18 | 0.02 | 0 | 0.04 | 185.33 | 0.71 | 0.88 |
| Hex | C9 | F2 | F6 | 12 | 2 | 0 | 4 | B9 | 47 | 58 |
| Octal | 311 | 362 | 366 | 22 | 2 | 0 | 4 | 271 | 107 | 130 |
| Binary | 11001001 | 11110010 | 11110110 | 10010 | 10 | 0 | 100 | 10111001 | 1000111 | 1011000 |
Color Harmonies of #C9F2F6
Complementary color
Monochromatic Colors of #C9F2F6
Black with #C9F2F6
Text Example
Text Example
White with #C9F2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F2F6; }
p { color: rgb(201,242,246); }
H1.HeaderClassName
{
color: #C9F2F6;
}
.AnyTagClassName
{
color: #C9F2F6;
}
</style>
background-color css
<style>
a { background-color: #C9F2F6; }
a { background-color: rgb(201,242,246); }
div.DivClassName
{
background-color: #C9F2F6;
}
.BgClassName
{
background-color: #C9F2F6;
}
</style>
border-color css
<style>
span { border-color: #C9F2F6; }
span { border-color: rgb(201,242,246); }
td.TdClassName
{
border-color: #C9F2F6;
}
.TagClassName
{
border-color: #C9F2F6;
}
</style>