Shades of Onahau #C9EAEE
Tints of Onahau #C9EAEE
RGB
CMYK
RGB Variations
Color information
#C9EAEE (or 0xC9EAEE) is known color: Onahau. HEX triplet: C9, EA and EE. RGB value is (201,234,238). Sum of RGB (Red+Green+Blue) = 201+234+238=673 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.87% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EAEE is #361511. Grayscale: #E0E0E0. Windows color (decimal): -3544338 or 15657673. OLE color: 15657673.
HSL color Cylindrical-coordinate representation of color #C9EAEE: hue angle of 186.49º 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 #C9EAEE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 234 | 238 | - |
CMYK | 0.16 | 0.02 | 0 | 0.07 |
HSL | 186.49º | 0.52% | 0.86% | - |
HSV(B) | 186.49º | 0.16% | 0.93% | - |
XYZ | 68.94 | 77.44 | 92.2 | - |
YUV | 224.59 | 135.57 | 111.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 234 | 238 | 0.16 | 0.02 | 0 | 0.07 | 186.49 | 0.52 | 0.86 |
Hex | C9 | EA | EE | 10 | 2 | 0 | 7 | BA | 34 | 56 |
Octal | 311 | 352 | 356 | 20 | 2 | 0 | 7 | 272 | 64 | 126 |
Binary | 11001001 | 11101010 | 11101110 | 10000 | 10 | 0 | 111 | 10111010 | 110100 | 1010110 |
Color Harmonies of #C9EAEE
Complementary color
Monochromatic Colors of #C9EAEE
Black with #C9EAEE
Text Example
Text Example
White with #C9EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EAEE; }
p { color: rgb(201,234,238); }
H1.HeaderClassName
{
color: #C9EAEE;
}
.AnyTagClassName
{
color: #C9EAEE;
}
</style>
background-color css
<style>
a { background-color: #C9EAEE; }
a { background-color: rgb(201,234,238); }
div.DivClassName
{
background-color: #C9EAEE;
}
.BgClassName
{
background-color: #C9EAEE;
}
</style>
border-color css
<style>
span { border-color: #C9EAEE; }
span { border-color: rgb(201,234,238); }
td.TdClassName
{
border-color: #C9EAEE;
}
.TagClassName
{
border-color: #C9EAEE;
}
</style>