Shades of Onahau #C0EEFE
Tints of Onahau #C0EEFE
RGB
CMYK
RGB Variations
Color information
#C0EEFE (or 0xC0EEFE) is known color: Onahau. HEX triplet: C0, EE and FE. RGB value is (192,238,254). Sum of RGB (Red+Green+Blue) = 192+238+254=684 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.07% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEFE is #3F1101. Grayscale: #E1E1E1. Windows color (decimal): -4133122 or 16707264. OLE color: 16707264.
HSL color Cylindrical-coordinate representation of color #C0EEFE: hue angle of 195.48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EEFE is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 192 | 238 | 254 | - |
CMYK | 0.24 | 0.06 | 0 | 0.00 |
HSL | 195.48º | 0.97% | 0.87% | - |
HSV(B) | 195.48º | 0.24% | 1% | - |
XYZ | 70.2 | 79.51 | 105.41 | - |
YUV | 226.07 | 143.76 | 103.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 238 | 254 | 0.24 | 0.06 | 0 | 0.00 | 195.48 | 0.97 | 0.87 |
Hex | C0 | EE | FE | 18 | 6 | 0 | 0 | C3 | 61 | 57 |
Octal | 300 | 356 | 376 | 30 | 6 | 0 | 0 | 303 | 141 | 127 |
Binary | 11000000 | 11101110 | 11111110 | 11000 | 110 | 0 | 0 | 11000011 | 1100001 | 1010111 |
Color Harmonies of #C0EEFE
Complementary color
Monochromatic Colors of #C0EEFE
Black with #C0EEFE
Text Example
Text Example
White with #C0EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEFE; }
p { color: rgb(192,238,254); }
H1.HeaderClassName
{
color: #C0EEFE;
}
.AnyTagClassName
{
color: #C0EEFE;
}
</style>
background-color css
<style>
a { background-color: #C0EEFE; }
a { background-color: rgb(192,238,254); }
div.DivClassName
{
background-color: #C0EEFE;
}
.BgClassName
{
background-color: #C0EEFE;
}
</style>
border-color css
<style>
span { border-color: #C0EEFE; }
span { border-color: rgb(192,238,254); }
td.TdClassName
{
border-color: #C0EEFE;
}
.TagClassName
{
border-color: #C0EEFE;
}
</style>