Shades of Onahau #C2EBFD
Tints of Onahau #C2EBFD
RGB
CMYK
RGB Variations
Color information
#C2EBFD (or 0xC2EBFD) is known color: Onahau. HEX triplet: C2, EB and FD. RGB value is (194,235,253). Sum of RGB (Red+Green+Blue) = 194+235+253=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBFD is #3D1402. Grayscale: #E0E0E0. Windows color (decimal): -4002819 or 16640962. OLE color: 16640962.
HSL color Cylindrical-coordinate representation of color #C2EBFD: hue angle of 198.31º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2EBFD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 235 | 253 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.01 |
| HSL | 198.31º | 0.94% | 0.88% | - |
| HSV(B) | 198.31º | 0.23% | 0.99% | - |
| XYZ | 69.69 | 77.98 | 104.31 | - |
| YUV | 224.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 253 | 0.23 | 0.07 | 0 | 0.01 | 198.31 | 0.94 | 0.88 |
| Hex | C2 | EB | FD | 17 | 7 | 0 | 1 | C6 | 5E | 58 |
| Octal | 302 | 353 | 375 | 27 | 7 | 0 | 1 | 306 | 136 | 130 |
| Binary | 11000010 | 11101011 | 11111101 | 10111 | 111 | 0 | 1 | 11000110 | 1011110 | 1011000 |
Color Harmonies of #C2EBFD
Complementary color
Monochromatic Colors of #C2EBFD
Black with #C2EBFD
Text Example
Text Example
White with #C2EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBFD; }
p { color: rgb(194,235,253); }
H1.HeaderClassName
{
color: #C2EBFD;
}
.AnyTagClassName
{
color: #C2EBFD;
}
</style>
background-color css
<style>
a { background-color: #C2EBFD; }
a { background-color: rgb(194,235,253); }
div.DivClassName
{
background-color: #C2EBFD;
}
.BgClassName
{
background-color: #C2EBFD;
}
</style>
border-color css
<style>
span { border-color: #C2EBFD; }
span { border-color: rgb(194,235,253); }
td.TdClassName
{
border-color: #C2EBFD;
}
.TagClassName
{
border-color: #C2EBFD;
}
</style>