Shades of Onahau #C4E4EE
Tints of Onahau #C4E4EE
RGB
CMYK
RGB Variations
Color information
#C4E4EE (or 0xC4E4EE) is known color: Onahau. HEX triplet: C4, E4 and EE. RGB value is (196,228,238). Sum of RGB (Red+Green+Blue) = 196+228+238=662 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.61% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4E4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E4EE is #3B1B11. Grayscale: #DBDBDB. Windows color (decimal): -3873554 or 15656132. OLE color: 15656132.
HSL color Cylindrical-coordinate representation of color #C4E4EE: hue angle of 194.29º degrees, saturation: 0.55, 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 #C4E4EE is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 228 | 238 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.07 |
| HSL | 194.29º | 0.55% | 0.85% | - |
| HSV(B) | 194.29º | 0.18% | 0.93% | - |
| XYZ | 65.94 | 73.4 | 91.58 | - |
| YUV | 219.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 228 | 238 | 0.18 | 0.04 | 0 | 0.07 | 194.29 | 0.55 | 0.85 |
| Hex | C4 | E4 | EE | 12 | 4 | 0 | 7 | C2 | 37 | 55 |
| Octal | 304 | 344 | 356 | 22 | 4 | 0 | 7 | 302 | 67 | 125 |
| Binary | 11000100 | 11100100 | 11101110 | 10010 | 100 | 0 | 111 | 11000010 | 110111 | 1010101 |
Color Harmonies of #C4E4EE
Complementary color
Monochromatic Colors of #C4E4EE
Black with #C4E4EE
Text Example
Text Example
White with #C4E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E4EE; }
p { color: rgb(196,228,238); }
H1.HeaderClassName
{
color: #C4E4EE;
}
.AnyTagClassName
{
color: #C4E4EE;
}
</style>
background-color css
<style>
a { background-color: #C4E4EE; }
a { background-color: rgb(196,228,238); }
div.DivClassName
{
background-color: #C4E4EE;
}
.BgClassName
{
background-color: #C4E4EE;
}
</style>
border-color css
<style>
span { border-color: #C4E4EE; }
span { border-color: rgb(196,228,238); }
td.TdClassName
{
border-color: #C4E4EE;
}
.TagClassName
{
border-color: #C4E4EE;
}
</style>