Shades of Onahau #C9E7EE
Tints of Onahau #C9E7EE
RGB
CMYK
RGB Variations
Color information
#C9E7EE (or 0xC9E7EE) is known color: Onahau. HEX triplet: C9, E7 and EE. RGB value is (201,231,238). Sum of RGB (Red+Green+Blue) = 201+231+238=670 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9E7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9E7EE is #361811. Grayscale: #DEDEDE. Windows color (decimal): -3545106 or 15656905. OLE color: 15656905.
HSL color Cylindrical-coordinate representation of color #C9E7EE: hue angle of 191.35º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9E7EE is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 231 | 238 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.07 |
| HSL | 191.35º | 0.52% | 0.86% | - |
| HSV(B) | 191.35º | 0.16% | 0.93% | - |
| XYZ | 68.1 | 75.74 | 91.92 | - |
| YUV | 222.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 231 | 238 | 0.16 | 0.03 | 0 | 0.07 | 191.35 | 0.52 | 0.86 |
| Hex | C9 | E7 | EE | 10 | 3 | 0 | 7 | BF | 34 | 56 |
| Octal | 311 | 347 | 356 | 20 | 3 | 0 | 7 | 277 | 64 | 126 |
| Binary | 11001001 | 11100111 | 11101110 | 10000 | 11 | 0 | 111 | 10111111 | 110100 | 1010110 |
Color Harmonies of #C9E7EE
Complementary color
Monochromatic Colors of #C9E7EE
Black with #C9E7EE
Text Example
Text Example
White with #C9E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E7EE; }
p { color: rgb(201,231,238); }
H1.HeaderClassName
{
color: #C9E7EE;
}
.AnyTagClassName
{
color: #C9E7EE;
}
</style>
background-color css
<style>
a { background-color: #C9E7EE; }
a { background-color: rgb(201,231,238); }
div.DivClassName
{
background-color: #C9E7EE;
}
.BgClassName
{
background-color: #C9E7EE;
}
</style>
border-color css
<style>
span { border-color: #C9E7EE; }
span { border-color: rgb(201,231,238); }
td.TdClassName
{
border-color: #C9E7EE;
}
.TagClassName
{
border-color: #C9E7EE;
}
</style>