Shades of Onahau #C4E1E6
Tints of Onahau #C4E1E6
RGB
CMYK
RGB Variations
Color information
#C4E1E6 (or 0xC4E1E6) is known color: Onahau. HEX triplet: C4, E1 and E6. RGB value is (196,225,230). Sum of RGB (Red+Green+Blue) = 196+225+230=651 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.11% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4E1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E1E6 is #3B1E19. Grayscale: #D8D8D8. Windows color (decimal): -3874330 or 15131076. OLE color: 15131076.
HSL color Cylindrical-coordinate representation of color #C4E1E6: hue angle of 188.82º 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 #C4E1E6 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 225 | 230 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.10 |
| HSL | 188.82º | 0.4% | 0.84% | - |
| HSV(B) | 188.82º | 0.15% | 0.9% | - |
| XYZ | 63.97 | 71.3 | 85.25 | - |
| YUV | 216.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 230 | 0.15 | 0.02 | 0 | 0.10 | 188.82 | 0.4 | 0.84 |
| Hex | C4 | E1 | E6 | F | 2 | 0 | A | BD | 28 | 54 |
| Octal | 304 | 341 | 346 | 17 | 2 | 0 | 12 | 275 | 50 | 124 |
| Binary | 11000100 | 11100001 | 11100110 | 1111 | 10 | 0 | 1010 | 10111101 | 101000 | 1010100 |
Color Harmonies of #C4E1E6
Complementary color
Monochromatic Colors of #C4E1E6
Black with #C4E1E6
Text Example
Text Example
White with #C4E1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E1E6; }
p { color: rgb(196,225,230); }
H1.HeaderClassName
{
color: #C4E1E6;
}
.AnyTagClassName
{
color: #C4E1E6;
}
</style>
background-color css
<style>
a { background-color: #C4E1E6; }
a { background-color: rgb(196,225,230); }
div.DivClassName
{
background-color: #C4E1E6;
}
.BgClassName
{
background-color: #C4E1E6;
}
</style>
border-color css
<style>
span { border-color: #C4E1E6; }
span { border-color: rgb(196,225,230); }
td.TdClassName
{
border-color: #C4E1E6;
}
.TagClassName
{
border-color: #C4E1E6;
}
</style>