Shades of Onahau #C4E2E6
Tints of Onahau #C4E2E6
RGB
CMYK
RGB Variations
Color information
#C4E2E6 (or 0xC4E2E6) is known color: Onahau. HEX triplet: C4, E2 and E6. RGB value is (196,226,230). Sum of RGB (Red+Green+Blue) = 196+226+230=652 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.06% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4E2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E2E6 is #3B1D19. Grayscale: #D9D9D9. Windows color (decimal): -3874074 or 15131332. OLE color: 15131332.
HSL color Cylindrical-coordinate representation of color #C4E2E6: hue angle of 187.06º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4E2E6 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 226 | 230 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.10 |
| HSL | 187.06º | 0.4% | 0.84% | - |
| HSV(B) | 187.06º | 0.15% | 0.9% | - |
| XYZ | 64.24 | 71.84 | 85.34 | - |
| YUV | 217.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 226 | 230 | 0.15 | 0.02 | 0 | 0.10 | 187.06 | 0.4 | 0.84 |
| Hex | C4 | E2 | E6 | F | 2 | 0 | A | BB | 28 | 54 |
| Octal | 304 | 342 | 346 | 17 | 2 | 0 | 12 | 273 | 50 | 124 |
| Binary | 11000100 | 11100010 | 11100110 | 1111 | 10 | 0 | 1010 | 10111011 | 101000 | 1010100 |
Color Harmonies of #C4E2E6
Complementary color
Monochromatic Colors of #C4E2E6
Black with #C4E2E6
Text Example
Text Example
White with #C4E2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E2E6; }
p { color: rgb(196,226,230); }
H1.HeaderClassName
{
color: #C4E2E6;
}
.AnyTagClassName
{
color: #C4E2E6;
}
</style>
background-color css
<style>
a { background-color: #C4E2E6; }
a { background-color: rgb(196,226,230); }
div.DivClassName
{
background-color: #C4E2E6;
}
.BgClassName
{
background-color: #C4E2E6;
}
</style>
border-color css
<style>
span { border-color: #C4E2E6; }
span { border-color: rgb(196,226,230); }
td.TdClassName
{
border-color: #C4E2E6;
}
.TagClassName
{
border-color: #C4E2E6;
}
</style>