Shades of Onahau #C4E0EA
Tints of Onahau #C4E0EA
RGB
CMYK
RGB Variations
Color information
#C4E0EA (or 0xC4E0EA) is known color: Onahau. HEX triplet: C4, E0 and EA. RGB value is (196,224,234). Sum of RGB (Red+Green+Blue) = 196+224+234=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E0EA is #3B1F15. Grayscale: #D8D8D8. Windows color (decimal): -3874582 or 15392964. OLE color: 15392964.
HSL color Cylindrical-coordinate representation of color #C4E0EA: hue angle of 195.79º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4E0EA is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 224 | 234 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.08 |
| HSL | 195.79º | 0.48% | 0.84% | - |
| HSV(B) | 195.79º | 0.16% | 0.92% | - |
| XYZ | 64.27 | 70.99 | 88.16 | - |
| YUV | 216.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 234 | 0.16 | 0.04 | 0 | 0.08 | 195.79 | 0.48 | 0.84 |
| Hex | C4 | E0 | EA | 10 | 4 | 0 | 8 | C4 | 30 | 54 |
| Octal | 304 | 340 | 352 | 20 | 4 | 0 | 10 | 304 | 60 | 124 |
| Binary | 11000100 | 11100000 | 11101010 | 10000 | 100 | 0 | 1000 | 11000100 | 110000 | 1010100 |
Color Harmonies of #C4E0EA
Complementary color
Monochromatic Colors of #C4E0EA
Black with #C4E0EA
Text Example
Text Example
White with #C4E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E0EA; }
p { color: rgb(196,224,234); }
H1.HeaderClassName
{
color: #C4E0EA;
}
.AnyTagClassName
{
color: #C4E0EA;
}
</style>
background-color css
<style>
a { background-color: #C4E0EA; }
a { background-color: rgb(196,224,234); }
div.DivClassName
{
background-color: #C4E0EA;
}
.BgClassName
{
background-color: #C4E0EA;
}
</style>
border-color css
<style>
span { border-color: #C4E0EA; }
span { border-color: rgb(196,224,234); }
td.TdClassName
{
border-color: #C4E0EA;
}
.TagClassName
{
border-color: #C4E0EA;
}
</style>