Shades of Onahau #C2EDF2
Tints of Onahau #C2EDF2
RGB
CMYK
RGB Variations
Color information
#C2EDF2 (or 0xC2EDF2) is known color: Onahau. HEX triplet: C2, ED and F2. RGB value is (194,237,242). Sum of RGB (Red+Green+Blue) = 194+237+242=673 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.83% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDF2 is #3D120D. Grayscale: #E0E0E0. Windows color (decimal): -4002318 or 15920578. OLE color: 15920578.
HSL color Cylindrical-coordinate representation of color #C2EDF2: hue angle of 186.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EDF2 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 237 | 242 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.05 |
| HSL | 186.25º | 0.65% | 0.85% | - |
| HSV(B) | 186.25º | 0.2% | 0.95% | - |
| XYZ | 68.56 | 78.45 | 95.53 | - |
| YUV | 224.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 242 | 0.20 | 0.02 | 0 | 0.05 | 186.25 | 0.65 | 0.85 |
| Hex | C2 | ED | F2 | 14 | 2 | 0 | 5 | BA | 41 | 55 |
| Octal | 302 | 355 | 362 | 24 | 2 | 0 | 5 | 272 | 101 | 125 |
| Binary | 11000010 | 11101101 | 11110010 | 10100 | 10 | 0 | 101 | 10111010 | 1000001 | 1010101 |
Color Harmonies of #C2EDF2
Complementary color
Monochromatic Colors of #C2EDF2
Black with #C2EDF2
Text Example
Text Example
White with #C2EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDF2; }
p { color: rgb(194,237,242); }
H1.HeaderClassName
{
color: #C2EDF2;
}
.AnyTagClassName
{
color: #C2EDF2;
}
</style>
background-color css
<style>
a { background-color: #C2EDF2; }
a { background-color: rgb(194,237,242); }
div.DivClassName
{
background-color: #C2EDF2;
}
.BgClassName
{
background-color: #C2EDF2;
}
</style>
border-color css
<style>
span { border-color: #C2EDF2; }
span { border-color: rgb(194,237,242); }
td.TdClassName
{
border-color: #C2EDF2;
}
.TagClassName
{
border-color: #C2EDF2;
}
</style>