Shades of Onahau #C0EDFB
Tints of Onahau #C0EDFB
RGB
CMYK
RGB Variations
Color information
#C0EDFB (or 0xC0EDFB) is known color: Onahau. HEX triplet: C0, ED and FB. RGB value is (192,237,251). Sum of RGB (Red+Green+Blue) = 192+237+251=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EDFB is #3F1204. Grayscale: #E1E1E1. Windows color (decimal): -4133381 or 16510400. OLE color: 16510400.
HSL color Cylindrical-coordinate representation of color #C0EDFB: hue angle of 194.24º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EDFB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 237 | 251 | - |
CMYK | 0.24 | 0.06 | 0 | 0.02 |
HSL | 194.24º | 0.88% | 0.87% | - |
HSV(B) | 194.24º | 0.24% | 0.98% | - |
XYZ | 69.44 | 78.74 | 102.81 | - |
YUV | 225.14 | 142.59 | 104.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 251 | 0.24 | 0.06 | 0 | 0.02 | 194.24 | 0.88 | 0.87 |
Hex | C0 | ED | FB | 18 | 6 | 0 | 2 | C2 | 58 | 57 |
Octal | 300 | 355 | 373 | 30 | 6 | 0 | 2 | 302 | 130 | 127 |
Binary | 11000000 | 11101101 | 11111011 | 11000 | 110 | 0 | 10 | 11000010 | 1011000 | 1010111 |
Color Harmonies of #C0EDFB
Complementary color
Monochromatic Colors of #C0EDFB
Black with #C0EDFB
Text Example
Text Example
White with #C0EDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDFB; }
p { color: rgb(192,237,251); }
H1.HeaderClassName
{
color: #C0EDFB;
}
.AnyTagClassName
{
color: #C0EDFB;
}
</style>
background-color css
<style>
a { background-color: #C0EDFB; }
a { background-color: rgb(192,237,251); }
div.DivClassName
{
background-color: #C0EDFB;
}
.BgClassName
{
background-color: #C0EDFB;
}
</style>
border-color css
<style>
span { border-color: #C0EDFB; }
span { border-color: rgb(192,237,251); }
td.TdClassName
{
border-color: #C0EDFB;
}
.TagClassName
{
border-color: #C0EDFB;
}
</style>