Shades of Onahau #C2EDFD
Tints of Onahau #C2EDFD
RGB
CMYK
RGB Variations
Color information
#C2EDFD (or 0xC2EDFD) is known color: Onahau. HEX triplet: C2, ED and FD. RGB value is (194,237,253). Sum of RGB (Red+Green+Blue) = 194+237+253=684 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.36% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDFD is #3D1202. Grayscale: #E1E1E1. Windows color (decimal): -4002307 or 16641474. OLE color: 16641474.
HSL color Cylindrical-coordinate representation of color #C2EDFD: hue angle of 196.27º 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 #C2EDFD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 237 | 253 | - |
CMYK | 0.23 | 0.06 | 0 | 0.01 |
HSL | 196.27º | 0.94% | 0.88% | - |
HSV(B) | 196.27º | 0.23% | 0.99% | - |
XYZ | 70.26 | 79.13 | 104.5 | - |
YUV | 225.97 | 143.25 | 105.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 237 | 253 | 0.23 | 0.06 | 0 | 0.01 | 196.27 | 0.94 | 0.88 |
Hex | C2 | ED | FD | 17 | 6 | 0 | 1 | C4 | 5E | 58 |
Octal | 302 | 355 | 375 | 27 | 6 | 0 | 1 | 304 | 136 | 130 |
Binary | 11000010 | 11101101 | 11111101 | 10111 | 110 | 0 | 1 | 11000100 | 1011110 | 1011000 |
Color Harmonies of #C2EDFD
Complementary color
Monochromatic Colors of #C2EDFD
Black with #C2EDFD
Text Example
Text Example
White with #C2EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDFD; }
p { color: rgb(194,237,253); }
H1.HeaderClassName
{
color: #C2EDFD;
}
.AnyTagClassName
{
color: #C2EDFD;
}
</style>
background-color css
<style>
a { background-color: #C2EDFD; }
a { background-color: rgb(194,237,253); }
div.DivClassName
{
background-color: #C2EDFD;
}
.BgClassName
{
background-color: #C2EDFD;
}
</style>
border-color css
<style>
span { border-color: #C2EDFD; }
span { border-color: rgb(194,237,253); }
td.TdClassName
{
border-color: #C2EDFD;
}
.TagClassName
{
border-color: #C2EDFD;
}
</style>