Shades of Onahau #C0EEEF
Tints of Onahau #C0EEEF
RGB
CMYK
RGB Variations
Color information
#C0EEEF (or 0xC0EEEF) is known color: Onahau. HEX triplet: C0, EE and EF. RGB value is (192,238,239). Sum of RGB (Red+Green+Blue) = 192+238+239=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0EEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEEF is #3F1110. Grayscale: #E0E0E0. Windows color (decimal): -4133137 or 15724224. OLE color: 15724224.
HSL color Cylindrical-coordinate representation of color #C0EEEF: hue angle of 181.28º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EEEF is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 238 | 239 | - |
CMYK | 0.20 | 0.00 | 0 | 0.06 |
HSL | 181.28º | 0.59% | 0.85% | - |
HSV(B) | 181.28º | 0.2% | 0.94% | - |
XYZ | 67.89 | 78.59 | 93.25 | - |
YUV | 224.36 | 136.26 | 104.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 238 | 239 | 0.20 | 0.00 | 0 | 0.06 | 181.28 | 0.59 | 0.85 |
Hex | C0 | EE | EF | 14 | 0 | 0 | 6 | B5 | 3B | 55 |
Octal | 300 | 356 | 357 | 24 | 0 | 0 | 6 | 265 | 73 | 125 |
Binary | 11000000 | 11101110 | 11101111 | 10100 | 0 | 0 | 110 | 10110101 | 111011 | 1010101 |
Color Harmonies of #C0EEEF
Complementary color
Monochromatic Colors of #C0EEEF
Black with #C0EEEF
Text Example
Text Example
White with #C0EEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEEF; }
p { color: rgb(192,238,239); }
H1.HeaderClassName
{
color: #C0EEEF;
}
.AnyTagClassName
{
color: #C0EEEF;
}
</style>
background-color css
<style>
a { background-color: #C0EEEF; }
a { background-color: rgb(192,238,239); }
div.DivClassName
{
background-color: #C0EEEF;
}
.BgClassName
{
background-color: #C0EEEF;
}
</style>
border-color css
<style>
span { border-color: #C0EEEF; }
span { border-color: rgb(192,238,239); }
td.TdClassName
{
border-color: #C0EEEF;
}
.TagClassName
{
border-color: #C0EEEF;
}
</style>