Shades of Onahau #C0DAE2
Tints of Onahau #C0DAE2
RGB
CMYK
RGB Variations
Color information
#C0DAE2 (or 0xC0DAE2) is known color: Onahau. HEX triplet: C0, DA and E2. RGB value is (192,218,226). Sum of RGB (Red+Green+Blue) = 192+218+226=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #C0DAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAE2 is #3F251D. Grayscale: #D3D3D3. Windows color (decimal): -4138270 or 14867136. OLE color: 14867136.
HSL color Cylindrical-coordinate representation of color #C0DAE2: hue angle of 194.12º 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 #C0DAE2 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 192 | 218 | 226 | - |
CMYK | 0.15 | 0.04 | 0 | 0.11 |
HSL | 194.12º | 0.37% | 0.82% | - |
HSV(B) | 194.12º | 0.15% | 0.89% | - |
XYZ | 60.54 | 66.84 | 81.66 | - |
YUV | 211.14 | 136.39 | 114.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 226 | 0.15 | 0.04 | 0 | 0.11 | 194.12 | 0.37 | 0.82 |
Hex | C0 | DA | E2 | F | 4 | 0 | B | C2 | 25 | 52 |
Octal | 300 | 332 | 342 | 17 | 4 | 0 | 13 | 302 | 45 | 122 |
Binary | 11000000 | 11011010 | 11100010 | 1111 | 100 | 0 | 1011 | 11000010 | 100101 | 1010010 |
Color Harmonies of #C0DAE2
Complementary color
Monochromatic Colors of #C0DAE2
Black with #C0DAE2
Text Example
Text Example
White with #C0DAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAE2; }
p { color: rgb(192,218,226); }
H1.HeaderClassName
{
color: #C0DAE2;
}
.AnyTagClassName
{
color: #C0DAE2;
}
</style>
background-color css
<style>
a { background-color: #C0DAE2; }
a { background-color: rgb(192,218,226); }
div.DivClassName
{
background-color: #C0DAE2;
}
.BgClassName
{
background-color: #C0DAE2;
}
</style>
border-color css
<style>
span { border-color: #C0DAE2; }
span { border-color: rgb(192,218,226); }
td.TdClassName
{
border-color: #C0DAE2;
}
.TagClassName
{
border-color: #C0DAE2;
}
</style>