Shades of Onahau #C4EDF0
Tints of Onahau #C4EDF0
RGB
CMYK
RGB Variations
Color information
#C4EDF0 (or 0xC4EDF0) is known color: Onahau. HEX triplet: C4, ED and F0. RGB value is (196,237,240). Sum of RGB (Red+Green+Blue) = 196+237+240=673 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.12% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4EDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EDF0 is #3B120F. Grayscale: #E1E1E1. Windows color (decimal): -3871248 or 15789508. OLE color: 15789508.
HSL color Cylindrical-coordinate representation of color #C4EDF0: hue angle of 184.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4EDF0 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 237 | 240 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.06 |
| HSL | 184.09º | 0.59% | 0.85% | - |
| HSV(B) | 184.09º | 0.18% | 0.94% | - |
| XYZ | 68.78 | 78.6 | 93.98 | - |
| YUV | 225.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 240 | 0.18 | 0.01 | 0 | 0.06 | 184.09 | 0.59 | 0.85 |
| Hex | C4 | ED | F0 | 12 | 1 | 0 | 6 | B8 | 3B | 55 |
| Octal | 304 | 355 | 360 | 22 | 1 | 0 | 6 | 270 | 73 | 125 |
| Binary | 11000100 | 11101101 | 11110000 | 10010 | 1 | 0 | 110 | 10111000 | 111011 | 1010101 |
Color Harmonies of #C4EDF0
Complementary color
Monochromatic Colors of #C4EDF0
Black with #C4EDF0
Text Example
Text Example
White with #C4EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDF0; }
p { color: rgb(196,237,240); }
H1.HeaderClassName
{
color: #C4EDF0;
}
.AnyTagClassName
{
color: #C4EDF0;
}
</style>
background-color css
<style>
a { background-color: #C4EDF0; }
a { background-color: rgb(196,237,240); }
div.DivClassName
{
background-color: #C4EDF0;
}
.BgClassName
{
background-color: #C4EDF0;
}
</style>
border-color css
<style>
span { border-color: #C4EDF0; }
span { border-color: rgb(196,237,240); }
td.TdClassName
{
border-color: #C4EDF0;
}
.TagClassName
{
border-color: #C4EDF0;
}
</style>