Shades of Onahau #C2ECFD
Tints of Onahau #C2ECFD
RGB
CMYK
RGB Variations
Color information
#C2ECFD (or 0xC2ECFD) is known color: Onahau. HEX triplet: C2, EC and FD. RGB value is (194,236,253). Sum of RGB (Red+Green+Blue) = 194+236+253=683 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.40% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2ECFD is #3D1302. Grayscale: #E1E1E1. Windows color (decimal): -4002563 or 16641218. OLE color: 16641218.
HSL color Cylindrical-coordinate representation of color #C2ECFD: hue angle of 197.29º 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 #C2ECFD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 236 | 253 | - |
CMYK | 0.23 | 0.07 | 0 | 0.01 |
HSL | 197.29º | 0.94% | 0.88% | - |
HSV(B) | 197.29º | 0.23% | 0.99% | - |
XYZ | 69.97 | 78.55 | 104.4 | - |
YUV | 225.38 | 143.59 | 105.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 253 | 0.23 | 0.07 | 0 | 0.01 | 197.29 | 0.94 | 0.88 |
Hex | C2 | EC | FD | 17 | 7 | 0 | 1 | C5 | 5E | 58 |
Octal | 302 | 354 | 375 | 27 | 7 | 0 | 1 | 305 | 136 | 130 |
Binary | 11000010 | 11101100 | 11111101 | 10111 | 111 | 0 | 1 | 11000101 | 1011110 | 1011000 |
Color Harmonies of #C2ECFD
Complementary color
Monochromatic Colors of #C2ECFD
Black with #C2ECFD
Text Example
Text Example
White with #C2ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECFD; }
p { color: rgb(194,236,253); }
H1.HeaderClassName
{
color: #C2ECFD;
}
.AnyTagClassName
{
color: #C2ECFD;
}
</style>
background-color css
<style>
a { background-color: #C2ECFD; }
a { background-color: rgb(194,236,253); }
div.DivClassName
{
background-color: #C2ECFD;
}
.BgClassName
{
background-color: #C2ECFD;
}
</style>
border-color css
<style>
span { border-color: #C2ECFD; }
span { border-color: rgb(194,236,253); }
td.TdClassName
{
border-color: #C2ECFD;
}
.TagClassName
{
border-color: #C2ECFD;
}
</style>