Shades of Onahau #C9EEF9
Tints of Onahau #C9EEF9
RGB
CMYK
RGB Variations
Color information
#C9EEF9 (or 0xC9EEF9) is known color: Onahau. HEX triplet: C9, EE and F9. RGB value is (201,238,249). Sum of RGB (Red+Green+Blue) = 201+238+249=688 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.22% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9EEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EEF9 is #361106. Grayscale: #E4E4E4. Windows color (decimal): -3543303 or 16379593. OLE color: 16379593.
HSL color Cylindrical-coordinate representation of color #C9EEF9: hue angle of 193.75º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9EEF9 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 238 | 249 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.02 |
| HSL | 193.75º | 0.8% | 0.88% | - |
| HSV(B) | 193.75º | 0.19% | 0.98% | - |
| XYZ | 71.76 | 80.41 | 101.36 | - |
| YUV | 228.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 249 | 0.19 | 0.04 | 0 | 0.02 | 193.75 | 0.8 | 0.88 |
| Hex | C9 | EE | F9 | 13 | 4 | 0 | 2 | C2 | 50 | 58 |
| Octal | 311 | 356 | 371 | 23 | 4 | 0 | 2 | 302 | 120 | 130 |
| Binary | 11001001 | 11101110 | 11111001 | 10011 | 100 | 0 | 10 | 11000010 | 1010000 | 1011000 |
Color Harmonies of #C9EEF9
Complementary color
Monochromatic Colors of #C9EEF9
Black with #C9EEF9
Text Example
Text Example
White with #C9EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EEF9; }
p { color: rgb(201,238,249); }
H1.HeaderClassName
{
color: #C9EEF9;
}
.AnyTagClassName
{
color: #C9EEF9;
}
</style>
background-color css
<style>
a { background-color: #C9EEF9; }
a { background-color: rgb(201,238,249); }
div.DivClassName
{
background-color: #C9EEF9;
}
.BgClassName
{
background-color: #C9EEF9;
}
</style>
border-color css
<style>
span { border-color: #C9EEF9; }
span { border-color: rgb(201,238,249); }
td.TdClassName
{
border-color: #C9EEF9;
}
.TagClassName
{
border-color: #C9EEF9;
}
</style>