Shades of Onahau #C0DEE3
Tints of Onahau #C0DEE3
RGB
CMYK
RGB Variations
Color information
#C0DEE3 (or 0xC0DEE3) is known color: Onahau. HEX triplet: C0, DE and E3. RGB value is (192,222,227). Sum of RGB (Red+Green+Blue) = 192+222+227=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0DEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEE3 is #3F211C. Grayscale: #D5D5D5. Windows color (decimal): -4137245 or 14933696. OLE color: 14933696.
HSL color Cylindrical-coordinate representation of color #C0DEE3: hue angle of 188.57º degrees, saturation: 0.38, 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 #C0DEE3 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 222 | 227 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.11 |
| HSL | 188.57º | 0.38% | 0.82% | - |
| HSV(B) | 188.57º | 0.15% | 0.89% | - |
| XYZ | 61.72 | 69 | 82.74 | - |
| YUV | 213.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 227 | 0.15 | 0.02 | 0 | 0.11 | 188.57 | 0.38 | 0.82 |
| Hex | C0 | DE | E3 | F | 2 | 0 | B | BD | 26 | 52 |
| Octal | 300 | 336 | 343 | 17 | 2 | 0 | 13 | 275 | 46 | 122 |
| Binary | 11000000 | 11011110 | 11100011 | 1111 | 10 | 0 | 1011 | 10111101 | 100110 | 1010010 |
Color Harmonies of #C0DEE3
Complementary color
Monochromatic Colors of #C0DEE3
Black with #C0DEE3
Text Example
Text Example
White with #C0DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEE3; }
p { color: rgb(192,222,227); }
H1.HeaderClassName
{
color: #C0DEE3;
}
.AnyTagClassName
{
color: #C0DEE3;
}
</style>
background-color css
<style>
a { background-color: #C0DEE3; }
a { background-color: rgb(192,222,227); }
div.DivClassName
{
background-color: #C0DEE3;
}
.BgClassName
{
background-color: #C0DEE3;
}
</style>
border-color css
<style>
span { border-color: #C0DEE3; }
span { border-color: rgb(192,222,227); }
td.TdClassName
{
border-color: #C0DEE3;
}
.TagClassName
{
border-color: #C0DEE3;
}
</style>