Shades of Onahau #C4E8F5
Tints of Onahau #C4E8F5
RGB
CMYK
RGB Variations
Color information
#C4E8F5 (or 0xC4E8F5) is known color: Onahau. HEX triplet: C4, E8 and F5. RGB value is (196,232,245). Sum of RGB (Red+Green+Blue) = 196+232+245=673 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.12% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #C4E8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4E8F5 is #3B170A. Grayscale: #DEDEDE. Windows color (decimal): -3872523 or 16115908. OLE color: 16115908.
HSL color Cylindrical-coordinate representation of color #C4E8F5: hue angle of 195.92º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4E8F5 is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 232 | 245 | - |
| CMYK | 0.2 | 0.05 | 0 | 0.04 |
| HSL | 195.92º | 0.71% | 0.86% | - |
| HSV(B) | 195.92º | 0.2% | 0.96% | - |
| XYZ | 68.1 | 76.04 | 97.47 | - |
| YUV | 222.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 232 | 245 | 0.2 | 0.05 | 0 | 0.04 | 195.92 | 0.71 | 0.86 |
| Hex | C4 | E8 | F5 | 14 | 5 | 0 | 4 | C4 | 47 | 56 |
| Octal | 304 | 350 | 365 | 24 | 5 | 0 | 4 | 304 | 107 | 126 |
| Binary | 11000100 | 11101000 | 11110101 | 10100 | 101 | 0 | 100 | 11000100 | 1000111 | 1010110 |
Color Harmonies of #C4E8F5
Complementary color
Monochromatic Colors of #C4E8F5
Black with #C4E8F5
Text Example
Text Example
White with #C4E8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E8F5; }
p { color: rgb(196,232,245); }
H1.HeaderClassName
{
color: #C4E8F5;
}
.AnyTagClassName
{
color: #C4E8F5;
}
</style>
background-color css
<style>
a { background-color: #C4E8F5; }
a { background-color: rgb(196,232,245); }
div.DivClassName
{
background-color: #C4E8F5;
}
.BgClassName
{
background-color: #C4E8F5;
}
</style>
border-color css
<style>
span { border-color: #C4E8F5; }
span { border-color: rgb(196,232,245); }
td.TdClassName
{
border-color: #C4E8F5;
}
.TagClassName
{
border-color: #C4E8F5;
}
</style>