Shades of Onahau #C0EDEF
Tints of Onahau #C0EDEF
RGB
CMYK
RGB Variations
Color information
#C0EDEF (or 0xC0EDEF) is known color: Onahau. HEX triplet: C0, ED and EF. RGB value is (192,237,239). Sum of RGB (Red+Green+Blue) = 192+237+239=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EDEF is #3F1210. Grayscale: #DFDFDF. Windows color (decimal): -4133393 or 15723968. OLE color: 15723968.
HSL color Cylindrical-coordinate representation of color #C0EDEF: hue angle of 182.55º 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 #C0EDEF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 237 | 239 | - |
CMYK | 0.20 | 0.01 | 0 | 0.06 |
HSL | 182.55º | 0.59% | 0.85% | - |
HSV(B) | 182.55º | 0.2% | 0.94% | - |
XYZ | 67.6 | 78.01 | 93.16 | - |
YUV | 223.77 | 136.59 | 105.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 239 | 0.20 | 0.01 | 0 | 0.06 | 182.55 | 0.59 | 0.85 |
Hex | C0 | ED | EF | 14 | 1 | 0 | 6 | B7 | 3B | 55 |
Octal | 300 | 355 | 357 | 24 | 1 | 0 | 6 | 267 | 73 | 125 |
Binary | 11000000 | 11101101 | 11101111 | 10100 | 1 | 0 | 110 | 10110111 | 111011 | 1010101 |
Color Harmonies of #C0EDEF
Complementary color
Monochromatic Colors of #C0EDEF
Black with #C0EDEF
Text Example
Text Example
White with #C0EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDEF; }
p { color: rgb(192,237,239); }
H1.HeaderClassName
{
color: #C0EDEF;
}
.AnyTagClassName
{
color: #C0EDEF;
}
</style>
background-color css
<style>
a { background-color: #C0EDEF; }
a { background-color: rgb(192,237,239); }
div.DivClassName
{
background-color: #C0EDEF;
}
.BgClassName
{
background-color: #C0EDEF;
}
</style>
border-color css
<style>
span { border-color: #C0EDEF; }
span { border-color: rgb(192,237,239); }
td.TdClassName
{
border-color: #C0EDEF;
}
.TagClassName
{
border-color: #C0EDEF;
}
</style>