Shades of Onahau #C2EDEF
Tints of Onahau #C2EDEF
RGB
CMYK
RGB Variations
Color information
#C2EDEF (or 0xC2EDEF) is known color: Onahau. HEX triplet: C2, ED and EF. RGB value is (194,237,239). Sum of RGB (Red+Green+Blue) = 194+237+239=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDEF is #3D1210. Grayscale: #E0E0E0. Windows color (decimal): -4002321 or 15723970. OLE color: 15723970.
HSL color Cylindrical-coordinate representation of color #C2EDEF: hue angle of 182.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EDEF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 237 | 239 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.06 |
| HSL | 182.67º | 0.58% | 0.85% | - |
| HSV(B) | 182.67º | 0.19% | 0.94% | - |
| XYZ | 68.11 | 78.27 | 93.18 | - |
| YUV | 224.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 239 | 0.19 | 0.01 | 0 | 0.06 | 182.67 | 0.58 | 0.85 |
| Hex | C2 | ED | EF | 13 | 1 | 0 | 6 | B7 | 3A | 55 |
| Octal | 302 | 355 | 357 | 23 | 1 | 0 | 6 | 267 | 72 | 125 |
| Binary | 11000010 | 11101101 | 11101111 | 10011 | 1 | 0 | 110 | 10110111 | 111010 | 1010101 |
Color Harmonies of #C2EDEF
Complementary color
Monochromatic Colors of #C2EDEF
Black with #C2EDEF
Text Example
Text Example
White with #C2EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDEF; }
p { color: rgb(194,237,239); }
H1.HeaderClassName
{
color: #C2EDEF;
}
.AnyTagClassName
{
color: #C2EDEF;
}
</style>
background-color css
<style>
a { background-color: #C2EDEF; }
a { background-color: rgb(194,237,239); }
div.DivClassName
{
background-color: #C2EDEF;
}
.BgClassName
{
background-color: #C2EDEF;
}
</style>
border-color css
<style>
span { border-color: #C2EDEF; }
span { border-color: rgb(194,237,239); }
td.TdClassName
{
border-color: #C2EDEF;
}
.TagClassName
{
border-color: #C2EDEF;
}
</style>