Shades of Onahau #C9DBE2
Tints of Onahau #C9DBE2
RGB
CMYK
RGB Variations
Color information
#C9DBE2 (or 0xC9DBE2) is known color: Onahau. HEX triplet: C9, DB and E2. RGB value is (201,219,226). Sum of RGB (Red+Green+Blue) = 201+219+226=646 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.11% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9DBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBE2 is #36241D. Grayscale: #D6D6D6. Windows color (decimal): -3548190 or 14867401. OLE color: 14867401.
HSL color Cylindrical-coordinate representation of color #C9DBE2: hue angle of 196.8º 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 #C9DBE2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 201 | 219 | 226 | - |
CMYK | 0.11 | 0.03 | 0 | 0.11 |
HSL | 196.8º | 0.3% | 0.84% | - |
HSV(B) | 196.8º | 0.11% | 0.89% | - |
XYZ | 63.15 | 68.57 | 81.86 | - |
YUV | 214.42 | 134.54 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 219 | 226 | 0.11 | 0.03 | 0 | 0.11 | 196.8 | 0.3 | 0.84 |
Hex | C9 | DB | E2 | B | 3 | 0 | B | C5 | 1E | 54 |
Octal | 311 | 333 | 342 | 13 | 3 | 0 | 13 | 305 | 36 | 124 |
Binary | 11001001 | 11011011 | 11100010 | 1011 | 11 | 0 | 1011 | 11000101 | 11110 | 1010100 |
Color Harmonies of #C9DBE2
Complementary color
Monochromatic Colors of #C9DBE2
Black with #C9DBE2
Text Example
Text Example
White with #C9DBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBE2; }
p { color: rgb(201,219,226); }
H1.HeaderClassName
{
color: #C9DBE2;
}
.AnyTagClassName
{
color: #C9DBE2;
}
</style>
background-color css
<style>
a { background-color: #C9DBE2; }
a { background-color: rgb(201,219,226); }
div.DivClassName
{
background-color: #C9DBE2;
}
.BgClassName
{
background-color: #C9DBE2;
}
</style>
border-color css
<style>
span { border-color: #C9DBE2; }
span { border-color: rgb(201,219,226); }
td.TdClassName
{
border-color: #C9DBE2;
}
.TagClassName
{
border-color: #C9DBE2;
}
</style>