Shades of Onahau #C4EBF2
Tints of Onahau #C4EBF2
RGB
CMYK
RGB Variations
Color information
#C4EBF2 (or 0xC4EBF2) is known color: Onahau. HEX triplet: C4, EB and F2. RGB value is (196,235,242). Sum of RGB (Red+Green+Blue) = 196+235+242=673 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.12% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EBF2 is #3B140D. Grayscale: #E0E0E0. Windows color (decimal): -3871758 or 15920068. OLE color: 15920068.
HSL color Cylindrical-coordinate representation of color #C4EBF2: hue angle of 189.13º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4EBF2 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 235 | 242 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.05 |
| HSL | 189.13º | 0.64% | 0.86% | - |
| HSV(B) | 189.13º | 0.19% | 0.95% | - |
| XYZ | 68.5 | 77.56 | 95.37 | - |
| YUV | 224.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 235 | 242 | 0.19 | 0.03 | 0 | 0.05 | 189.13 | 0.64 | 0.86 |
| Hex | C4 | EB | F2 | 13 | 3 | 0 | 5 | BD | 40 | 56 |
| Octal | 304 | 353 | 362 | 23 | 3 | 0 | 5 | 275 | 100 | 126 |
| Binary | 11000100 | 11101011 | 11110010 | 10011 | 11 | 0 | 101 | 10111101 | 1000000 | 1010110 |
Color Harmonies of #C4EBF2
Complementary color
Monochromatic Colors of #C4EBF2
Black with #C4EBF2
Text Example
Text Example
White with #C4EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EBF2; }
p { color: rgb(196,235,242); }
H1.HeaderClassName
{
color: #C4EBF2;
}
.AnyTagClassName
{
color: #C4EBF2;
}
</style>
background-color css
<style>
a { background-color: #C4EBF2; }
a { background-color: rgb(196,235,242); }
div.DivClassName
{
background-color: #C4EBF2;
}
.BgClassName
{
background-color: #C4EBF2;
}
</style>
border-color css
<style>
span { border-color: #C4EBF2; }
span { border-color: rgb(196,235,242); }
td.TdClassName
{
border-color: #C4EBF2;
}
.TagClassName
{
border-color: #C4EBF2;
}
</style>