Shades of Onahau #C4E2E9
Tints of Onahau #C4E2E9
RGB
CMYK
RGB Variations
Color information
#C4E2E9 (or 0xC4E2E9) is known color: Onahau. HEX triplet: C4, E2 and E9. RGB value is (196,226,233). Sum of RGB (Red+Green+Blue) = 196+226+233=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #C4E2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E2E9 is #3B1D16. Grayscale: #D9D9D9. Windows color (decimal): -3874071 or 15327940. OLE color: 15327940.
HSL color Cylindrical-coordinate representation of color #C4E2E9: hue angle of 191.35º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4E2E9 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 226 | 233 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.09 |
| HSL | 191.35º | 0.46% | 0.84% | - |
| HSV(B) | 191.35º | 0.16% | 0.91% | - |
| XYZ | 64.67 | 72.01 | 87.58 | - |
| YUV | 217.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 226 | 233 | 0.16 | 0.03 | 0 | 0.09 | 191.35 | 0.46 | 0.84 |
| Hex | C4 | E2 | E9 | 10 | 3 | 0 | 9 | BF | 2E | 54 |
| Octal | 304 | 342 | 351 | 20 | 3 | 0 | 11 | 277 | 56 | 124 |
| Binary | 11000100 | 11100010 | 11101001 | 10000 | 11 | 0 | 1001 | 10111111 | 101110 | 1010100 |
Color Harmonies of #C4E2E9
Complementary color
Monochromatic Colors of #C4E2E9
Black with #C4E2E9
Text Example
Text Example
White with #C4E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E2E9; }
p { color: rgb(196,226,233); }
H1.HeaderClassName
{
color: #C4E2E9;
}
.AnyTagClassName
{
color: #C4E2E9;
}
</style>
background-color css
<style>
a { background-color: #C4E2E9; }
a { background-color: rgb(196,226,233); }
div.DivClassName
{
background-color: #C4E2E9;
}
.BgClassName
{
background-color: #C4E2E9;
}
</style>
border-color css
<style>
span { border-color: #C4E2E9; }
span { border-color: rgb(196,226,233); }
td.TdClassName
{
border-color: #C4E2E9;
}
.TagClassName
{
border-color: #C4E2E9;
}
</style>