Shades of Onahau #C0EBFD
Tints of Onahau #C0EBFD
RGB
CMYK
RGB Variations
Color information
#C0EBFD (or 0xC0EBFD) is known color: Onahau. HEX triplet: C0, EB and FD. RGB value is (192,235,253). Sum of RGB (Red+Green+Blue) = 192+235+253=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBFD is #3F1402. Grayscale: #E0E0E0. Windows color (decimal): -4133891 or 16640960. OLE color: 16640960.
HSL color Cylindrical-coordinate representation of color #C0EBFD: hue angle of 197.7º 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 #C0EBFD is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 235 | 253 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.01 |
| HSL | 197.7º | 0.94% | 0.87% | - |
| HSV(B) | 197.7º | 0.24% | 0.99% | - |
| XYZ | 69.18 | 77.71 | 104.28 | - |
| YUV | 224.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 253 | 0.24 | 0.07 | 0 | 0.01 | 197.7 | 0.94 | 0.87 |
| Hex | C0 | EB | FD | 18 | 7 | 0 | 1 | C6 | 5E | 57 |
| Octal | 300 | 353 | 375 | 30 | 7 | 0 | 1 | 306 | 136 | 127 |
| Binary | 11000000 | 11101011 | 11111101 | 11000 | 111 | 0 | 1 | 11000110 | 1011110 | 1010111 |
Color Harmonies of #C0EBFD
Complementary color
Monochromatic Colors of #C0EBFD
Black with #C0EBFD
Text Example
Text Example
White with #C0EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBFD; }
p { color: rgb(192,235,253); }
H1.HeaderClassName
{
color: #C0EBFD;
}
.AnyTagClassName
{
color: #C0EBFD;
}
</style>
background-color css
<style>
a { background-color: #C0EBFD; }
a { background-color: rgb(192,235,253); }
div.DivClassName
{
background-color: #C0EBFD;
}
.BgClassName
{
background-color: #C0EBFD;
}
</style>
border-color css
<style>
span { border-color: #C0EBFD; }
span { border-color: rgb(192,235,253); }
td.TdClassName
{
border-color: #C0EBFD;
}
.TagClassName
{
border-color: #C0EBFD;
}
</style>