Shades of Onahau #C9DEE2
Tints of Onahau #C9DEE2
RGB
CMYK
RGB Variations
Color information
#C9DEE2 (or 0xC9DEE2) is known color: Onahau. HEX triplet: C9, DE and E2. RGB value is (201,222,226). Sum of RGB (Red+Green+Blue) = 201+222+226=649 (85% of max value = 765). Red value is 201 (78.91% from 255 or 30.97% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9DEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEE2 is #36211D. Grayscale: #D8D8D8. Windows color (decimal): -3547422 or 14868169. OLE color: 14868169.
HSL color Cylindrical-coordinate representation of color #C9DEE2: hue angle of 189.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9DEE2 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 201 | 222 | 226 | - |
CMYK | 0.11 | 0.02 | 0 | 0.11 |
HSL | 189.6º | 0.3% | 0.84% | - |
HSV(B) | 189.6º | 0.11% | 0.89% | - |
XYZ | 63.94 | 70.15 | 82.12 | - |
YUV | 216.18 | 133.54 | 117.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 222 | 226 | 0.11 | 0.02 | 0 | 0.11 | 189.6 | 0.3 | 0.84 |
Hex | C9 | DE | E2 | B | 2 | 0 | B | BE | 1E | 54 |
Octal | 311 | 336 | 342 | 13 | 2 | 0 | 13 | 276 | 36 | 124 |
Binary | 11001001 | 11011110 | 11100010 | 1011 | 10 | 0 | 1011 | 10111110 | 11110 | 1010100 |
Color Harmonies of #C9DEE2
Complementary color
Monochromatic Colors of #C9DEE2
Black with #C9DEE2
Text Example
Text Example
White with #C9DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEE2; }
p { color: rgb(201,222,226); }
H1.HeaderClassName
{
color: #C9DEE2;
}
.AnyTagClassName
{
color: #C9DEE2;
}
</style>
background-color css
<style>
a { background-color: #C9DEE2; }
a { background-color: rgb(201,222,226); }
div.DivClassName
{
background-color: #C9DEE2;
}
.BgClassName
{
background-color: #C9DEE2;
}
</style>
border-color css
<style>
span { border-color: #C9DEE2; }
span { border-color: rgb(201,222,226); }
td.TdClassName
{
border-color: #C9DEE2;
}
.TagClassName
{
border-color: #C9DEE2;
}
</style>