Shades of Onahau #C9EEF3
Tints of Onahau #C9EEF3
RGB
CMYK
RGB Variations
Color information
#C9EEF3 (or 0xC9EEF3) is known color: Onahau. HEX triplet: C9, EE and F3. RGB value is (201,238,243). Sum of RGB (Red+Green+Blue) = 201+238+243=682 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.47% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9EEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EEF3 is #36110C. Grayscale: #E3E3E3. Windows color (decimal): -3543309 or 15986377. OLE color: 15986377.
HSL color Cylindrical-coordinate representation of color #C9EEF3: hue angle of 187.14º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9EEF3 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 238 | 243 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.05 |
| HSL | 187.14º | 0.64% | 0.87% | - |
| HSV(B) | 187.14º | 0.17% | 0.95% | - |
| XYZ | 70.84 | 80.04 | 96.51 | - |
| YUV | 227.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 243 | 0.17 | 0.02 | 0 | 0.05 | 187.14 | 0.64 | 0.87 |
| Hex | C9 | EE | F3 | 11 | 2 | 0 | 5 | BB | 40 | 57 |
| Octal | 311 | 356 | 363 | 21 | 2 | 0 | 5 | 273 | 100 | 127 |
| Binary | 11001001 | 11101110 | 11110011 | 10001 | 10 | 0 | 101 | 10111011 | 1000000 | 1010111 |
Color Harmonies of #C9EEF3
Complementary color
Monochromatic Colors of #C9EEF3
Black with #C9EEF3
Text Example
Text Example
White with #C9EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EEF3; }
p { color: rgb(201,238,243); }
H1.HeaderClassName
{
color: #C9EEF3;
}
.AnyTagClassName
{
color: #C9EEF3;
}
</style>
background-color css
<style>
a { background-color: #C9EEF3; }
a { background-color: rgb(201,238,243); }
div.DivClassName
{
background-color: #C9EEF3;
}
.BgClassName
{
background-color: #C9EEF3;
}
</style>
border-color css
<style>
span { border-color: #C9EEF3; }
span { border-color: rgb(201,238,243); }
td.TdClassName
{
border-color: #C9EEF3;
}
.TagClassName
{
border-color: #C9EEF3;
}
</style>