Shades of Onahau #C0DBE2
Tints of Onahau #C0DBE2
RGB
CMYK
RGB Variations
Color information
#C0DBE2 (or 0xC0DBE2) is known color: Onahau. HEX triplet: C0, DB and E2. RGB value is (192,219,226). Sum of RGB (Red+Green+Blue) = 192+219+226=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #C0DBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBE2 is #3F241D. Grayscale: #D3D3D3. Windows color (decimal): -4138014 or 14867392. OLE color: 14867392.
HSL color Cylindrical-coordinate representation of color #C0DBE2: hue angle of 192.35º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0DBE2 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 219 | 226 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.11 |
| HSL | 192.35º | 0.37% | 0.82% | - |
| HSV(B) | 192.35º | 0.15% | 0.89% | - |
| XYZ | 60.8 | 67.36 | 81.75 | - |
| YUV | 211.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 226 | 0.15 | 0.03 | 0 | 0.11 | 192.35 | 0.37 | 0.82 |
| Hex | C0 | DB | E2 | F | 3 | 0 | B | C0 | 25 | 52 |
| Octal | 300 | 333 | 342 | 17 | 3 | 0 | 13 | 300 | 45 | 122 |
| Binary | 11000000 | 11011011 | 11100010 | 1111 | 11 | 0 | 1011 | 11000000 | 100101 | 1010010 |
Color Harmonies of #C0DBE2
Complementary color
Monochromatic Colors of #C0DBE2
Black with #C0DBE2
Text Example
Text Example
White with #C0DBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBE2; }
p { color: rgb(192,219,226); }
H1.HeaderClassName
{
color: #C0DBE2;
}
.AnyTagClassName
{
color: #C0DBE2;
}
</style>
background-color css
<style>
a { background-color: #C0DBE2; }
a { background-color: rgb(192,219,226); }
div.DivClassName
{
background-color: #C0DBE2;
}
.BgClassName
{
background-color: #C0DBE2;
}
</style>
border-color css
<style>
span { border-color: #C0DBE2; }
span { border-color: rgb(192,219,226); }
td.TdClassName
{
border-color: #C0DBE2;
}
.TagClassName
{
border-color: #C0DBE2;
}
</style>