Shades of Onahau #C0EAFD
Tints of Onahau #C0EAFD
RGB
CMYK
RGB Variations
Color information
#C0EAFD (or 0xC0EAFD) is known color: Onahau. HEX triplet: C0, EA and FD. RGB value is (192,234,253). Sum of RGB (Red+Green+Blue) = 192+234+253=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EAFD is #3F1502. Grayscale: #DFDFDF. Windows color (decimal): -4134147 or 16640704. OLE color: 16640704.
HSL color Cylindrical-coordinate representation of color #C0EAFD: hue angle of 198.69º degrees, saturation: 0.94, 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 #C0EAFD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 234 | 253 | - |
CMYK | 0.24 | 0.08 | 0 | 0.01 |
HSL | 198.69º | 0.94% | 0.87% | - |
HSV(B) | 198.69º | 0.24% | 0.99% | - |
XYZ | 68.89 | 77.14 | 104.19 | - |
YUV | 223.61 | 144.59 | 105.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 234 | 253 | 0.24 | 0.08 | 0 | 0.01 | 198.69 | 0.94 | 0.87 |
Hex | C0 | EA | FD | 18 | 8 | 0 | 1 | C7 | 5E | 57 |
Octal | 300 | 352 | 375 | 30 | 10 | 0 | 1 | 307 | 136 | 127 |
Binary | 11000000 | 11101010 | 11111101 | 11000 | 1000 | 0 | 1 | 11000111 | 1011110 | 1010111 |
Color Harmonies of #C0EAFD
Complementary color
Monochromatic Colors of #C0EAFD
Black with #C0EAFD
Text Example
Text Example
White with #C0EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EAFD; }
p { color: rgb(192,234,253); }
H1.HeaderClassName
{
color: #C0EAFD;
}
.AnyTagClassName
{
color: #C0EAFD;
}
</style>
background-color css
<style>
a { background-color: #C0EAFD; }
a { background-color: rgb(192,234,253); }
div.DivClassName
{
background-color: #C0EAFD;
}
.BgClassName
{
background-color: #C0EAFD;
}
</style>
border-color css
<style>
span { border-color: #C0EAFD; }
span { border-color: rgb(192,234,253); }
td.TdClassName
{
border-color: #C0EAFD;
}
.TagClassName
{
border-color: #C0EAFD;
}
</style>