Shades of Onahau #C2EAEE
Tints of Onahau #C2EAEE
RGB
CMYK
RGB Variations
Color information
#C2EAEE (or 0xC2EAEE) is known color: Onahau. HEX triplet: C2, EA and EE. RGB value is (194,234,238). Sum of RGB (Red+Green+Blue) = 194+234+238=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EAEE is #3D1511. Grayscale: #DEDEDE. Windows color (decimal): -4003090 or 15657666. OLE color: 15657666.
HSL color Cylindrical-coordinate representation of color #C2EAEE: hue angle of 185.45º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EAEE is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 234 | 238 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.07 |
| HSL | 185.45º | 0.56% | 0.85% | - |
| HSV(B) | 185.45º | 0.18% | 0.93% | - |
| XYZ | 67.1 | 76.49 | 92.12 | - |
| YUV | 222.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 238 | 0.18 | 0.02 | 0 | 0.07 | 185.45 | 0.56 | 0.85 |
| Hex | C2 | EA | EE | 12 | 2 | 0 | 7 | B9 | 38 | 55 |
| Octal | 302 | 352 | 356 | 22 | 2 | 0 | 7 | 271 | 70 | 125 |
| Binary | 11000010 | 11101010 | 11101110 | 10010 | 10 | 0 | 111 | 10111001 | 111000 | 1010101 |
Color Harmonies of #C2EAEE
Complementary color
Monochromatic Colors of #C2EAEE
Black with #C2EAEE
Text Example
Text Example
White with #C2EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAEE; }
p { color: rgb(194,234,238); }
H1.HeaderClassName
{
color: #C2EAEE;
}
.AnyTagClassName
{
color: #C2EAEE;
}
</style>
background-color css
<style>
a { background-color: #C2EAEE; }
a { background-color: rgb(194,234,238); }
div.DivClassName
{
background-color: #C2EAEE;
}
.BgClassName
{
background-color: #C2EAEE;
}
</style>
border-color css
<style>
span { border-color: #C2EAEE; }
span { border-color: rgb(194,234,238); }
td.TdClassName
{
border-color: #C2EAEE;
}
.TagClassName
{
border-color: #C2EAEE;
}
</style>