Shades of Onahau #C0EEFF
Tints of Onahau #C0EEFF
RGB
CMYK
RGB Variations
Color information
#C0EEFF (or 0xC0EEFF) is known color: Onahau. HEX triplet: C0, EE and FF. RGB value is (192,238,255). Sum of RGB (Red+Green+Blue) = 192+238+255=685 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.03% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEFF is #3F1100. Grayscale: #E2E2E2. Windows color (decimal): -4133121 or 16772800. OLE color: 16772800.
HSL color Cylindrical-coordinate representation of color #C0EEFF: hue angle of 196.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0EEFF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 238 | 255 | - |
CMYK | 0.25 | 0.07 | 0 | 0 |
HSL | 196.19º | 1% | 0.88% | - |
HSV(B) | 196.19º | 0.25% | 1% | - |
XYZ | 70.36 | 79.58 | 106.26 | - |
YUV | 226.18 | 144.26 | 103.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 238 | 255 | 0.25 | 0.07 | 0 | 0 | 196.19 | 1 | 0.88 |
Hex | C0 | EE | FF | 19 | 7 | 0 | 0 | C4 | 64 | 58 |
Octal | 300 | 356 | 377 | 31 | 7 | 0 | 0 | 304 | 144 | 130 |
Binary | 11000000 | 11101110 | 11111111 | 11001 | 111 | 0 | 0 | 11000100 | 1100100 | 1011000 |
Color Harmonies of #C0EEFF
Complementary color
Monochromatic Colors of #C0EEFF
Black with #C0EEFF
Text Example
Text Example
White with #C0EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEFF; }
p { color: rgb(192,238,255); }
H1.HeaderClassName
{
color: #C0EEFF;
}
.AnyTagClassName
{
color: #C0EEFF;
}
</style>
background-color css
<style>
a { background-color: #C0EEFF; }
a { background-color: rgb(192,238,255); }
div.DivClassName
{
background-color: #C0EEFF;
}
.BgClassName
{
background-color: #C0EEFF;
}
</style>
border-color css
<style>
span { border-color: #C0EEFF; }
span { border-color: rgb(192,238,255); }
td.TdClassName
{
border-color: #C0EEFF;
}
.TagClassName
{
border-color: #C0EEFF;
}
</style>