Shades of Onahau #C4EBF1
Tints of Onahau #C4EBF1
RGB
CMYK
RGB Variations
Color information
#C4EBF1 (or 0xC4EBF1) is known color: Onahau. HEX triplet: C4, EB and F1. RGB value is (196,235,241). Sum of RGB (Red+Green+Blue) = 196+235+241=672 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.17% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4EBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EBF1 is #3B140E. Grayscale: #DFDFDF. Windows color (decimal): -3871759 or 15854532. OLE color: 15854532.
HSL color Cylindrical-coordinate representation of color #C4EBF1: hue angle of 188º degrees, saturation: 0.62, 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 #C4EBF1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 235 | 241 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.05 |
| HSL | 188º | 0.62% | 0.86% | - |
| HSV(B) | 188º | 0.19% | 0.95% | - |
| XYZ | 68.35 | 77.5 | 94.58 | - |
| YUV | 224.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 235 | 241 | 0.19 | 0.02 | 0 | 0.05 | 188 | 0.62 | 0.86 |
| Hex | C4 | EB | F1 | 13 | 2 | 0 | 5 | BC | 3E | 56 |
| Octal | 304 | 353 | 361 | 23 | 2 | 0 | 5 | 274 | 76 | 126 |
| Binary | 11000100 | 11101011 | 11110001 | 10011 | 10 | 0 | 101 | 10111100 | 111110 | 1010110 |
Color Harmonies of #C4EBF1
Complementary color
Monochromatic Colors of #C4EBF1
Black with #C4EBF1
Text Example
Text Example
White with #C4EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EBF1; }
p { color: rgb(196,235,241); }
H1.HeaderClassName
{
color: #C4EBF1;
}
.AnyTagClassName
{
color: #C4EBF1;
}
</style>
background-color css
<style>
a { background-color: #C4EBF1; }
a { background-color: rgb(196,235,241); }
div.DivClassName
{
background-color: #C4EBF1;
}
.BgClassName
{
background-color: #C4EBF1;
}
</style>
border-color css
<style>
span { border-color: #C4EBF1; }
span { border-color: rgb(196,235,241); }
td.TdClassName
{
border-color: #C4EBF1;
}
.TagClassName
{
border-color: #C4EBF1;
}
</style>