Shades of Onahau #C4EDEF
Tints of Onahau #C4EDEF
RGB
CMYK
RGB Variations
Color information
#C4EDEF (or 0xC4EDEF) is known color: Onahau. HEX triplet: C4, ED and EF. RGB value is (196,237,239). Sum of RGB (Red+Green+Blue) = 196+237+239=672 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.17% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EDEF is #3B1210. Grayscale: #E0E0E0. Windows color (decimal): -3871249 or 15723972. OLE color: 15723972.
HSL color Cylindrical-coordinate representation of color #C4EDEF: hue angle of 182.79º degrees, saturation: 0.57, 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 #C4EDEF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 237 | 239 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.06 |
| HSL | 182.79º | 0.57% | 0.85% | - |
| HSV(B) | 182.79º | 0.18% | 0.94% | - |
| XYZ | 68.63 | 78.54 | 93.2 | - |
| YUV | 224.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 239 | 0.18 | 0.01 | 0 | 0.06 | 182.79 | 0.57 | 0.85 |
| Hex | C4 | ED | EF | 12 | 1 | 0 | 6 | B7 | 39 | 55 |
| Octal | 304 | 355 | 357 | 22 | 1 | 0 | 6 | 267 | 71 | 125 |
| Binary | 11000100 | 11101101 | 11101111 | 10010 | 1 | 0 | 110 | 10110111 | 111001 | 1010101 |
Color Harmonies of #C4EDEF
Complementary color
Monochromatic Colors of #C4EDEF
Black with #C4EDEF
Text Example
Text Example
White with #C4EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDEF; }
p { color: rgb(196,237,239); }
H1.HeaderClassName
{
color: #C4EDEF;
}
.AnyTagClassName
{
color: #C4EDEF;
}
</style>
background-color css
<style>
a { background-color: #C4EDEF; }
a { background-color: rgb(196,237,239); }
div.DivClassName
{
background-color: #C4EDEF;
}
.BgClassName
{
background-color: #C4EDEF;
}
</style>
border-color css
<style>
span { border-color: #C4EDEF; }
span { border-color: rgb(196,237,239); }
td.TdClassName
{
border-color: #C4EDEF;
}
.TagClassName
{
border-color: #C4EDEF;
}
</style>