Shades of Onahau #C0EDFC
Tints of Onahau #C0EDFC
RGB
CMYK
RGB Variations
Color information
#C0EDFC (or 0xC0EDFC) is known color: Onahau. HEX triplet: C0, ED and FC. RGB value is (192,237,252). Sum of RGB (Red+Green+Blue) = 192+237+252=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EDFC is #3F1203. Grayscale: #E1E1E1. Windows color (decimal): -4133380 or 16575936. OLE color: 16575936.
HSL color Cylindrical-coordinate representation of color #C0EDFC: hue angle of 195º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EDFC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 237 | 252 | - |
CMYK | 0.24 | 0.06 | 0 | 0.01 |
HSL | 195º | 0.91% | 0.87% | - |
HSV(B) | 195º | 0.24% | 0.99% | - |
XYZ | 69.59 | 78.8 | 103.64 | - |
YUV | 225.26 | 143.09 | 104.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 252 | 0.24 | 0.06 | 0 | 0.01 | 195 | 0.91 | 0.87 |
Hex | C0 | ED | FC | 18 | 6 | 0 | 1 | C3 | 5B | 57 |
Octal | 300 | 355 | 374 | 30 | 6 | 0 | 1 | 303 | 133 | 127 |
Binary | 11000000 | 11101101 | 11111100 | 11000 | 110 | 0 | 1 | 11000011 | 1011011 | 1010111 |
Color Harmonies of #C0EDFC
Complementary color
Monochromatic Colors of #C0EDFC
Black with #C0EDFC
Text Example
Text Example
White with #C0EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDFC; }
p { color: rgb(192,237,252); }
H1.HeaderClassName
{
color: #C0EDFC;
}
.AnyTagClassName
{
color: #C0EDFC;
}
</style>
background-color css
<style>
a { background-color: #C0EDFC; }
a { background-color: rgb(192,237,252); }
div.DivClassName
{
background-color: #C0EDFC;
}
.BgClassName
{
background-color: #C0EDFC;
}
</style>
border-color css
<style>
span { border-color: #C0EDFC; }
span { border-color: rgb(192,237,252); }
td.TdClassName
{
border-color: #C0EDFC;
}
.TagClassName
{
border-color: #C0EDFC;
}
</style>