Shades of Onahau #C0EBFF
Tints of Onahau #C0EBFF
RGB
CMYK
RGB Variations
Color information
#C0EBFF (or 0xC0EBFF) is known color: Onahau. HEX triplet: C0, EB and FF. RGB value is (192,235,255). Sum of RGB (Red+Green+Blue) = 192+235+255=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBFF is #3F1400. Grayscale: #E0E0E0. Windows color (decimal): -4133889 or 16772032. OLE color: 16772032.
HSL color Cylindrical-coordinate representation of color #C0EBFF: hue angle of 199.05º 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 #C0EBFF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 235 | 255 | - |
CMYK | 0.25 | 0.08 | 0 | 0 |
HSL | 199.05º | 1% | 0.88% | - |
HSV(B) | 199.05º | 0.25% | 1% | - |
XYZ | 69.5 | 77.84 | 105.97 | - |
YUV | 224.42 | 145.25 | 104.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 235 | 255 | 0.25 | 0.08 | 0 | 0 | 199.05 | 1 | 0.88 |
Hex | C0 | EB | FF | 19 | 8 | 0 | 0 | C7 | 64 | 58 |
Octal | 300 | 353 | 377 | 31 | 10 | 0 | 0 | 307 | 144 | 130 |
Binary | 11000000 | 11101011 | 11111111 | 11001 | 1000 | 0 | 0 | 11000111 | 1100100 | 1011000 |
Color Harmonies of #C0EBFF
Complementary color
Monochromatic Colors of #C0EBFF
Black with #C0EBFF
Text Example
Text Example
White with #C0EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBFF; }
p { color: rgb(192,235,255); }
H1.HeaderClassName
{
color: #C0EBFF;
}
.AnyTagClassName
{
color: #C0EBFF;
}
</style>
background-color css
<style>
a { background-color: #C0EBFF; }
a { background-color: rgb(192,235,255); }
div.DivClassName
{
background-color: #C0EBFF;
}
.BgClassName
{
background-color: #C0EBFF;
}
</style>
border-color css
<style>
span { border-color: #C0EBFF; }
span { border-color: rgb(192,235,255); }
td.TdClassName
{
border-color: #C0EBFF;
}
.TagClassName
{
border-color: #C0EBFF;
}
</style>