Shades of Onahau #C5ECEF
Tints of Onahau #C5ECEF
RGB
CMYK
RGB Variations
Color information
#C5ECEF (or 0xC5ECEF) is known color: Onahau. HEX triplet: C5, EC and EF. RGB value is (197,236,239). Sum of RGB (Red+Green+Blue) = 197+236+239=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 236 (92.58% from 255 or 35.12% 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 #C5ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5ECEF is #3A1310. Grayscale: #E0E0E0. Windows color (decimal): -3805969 or 15723717. OLE color: 15723717.
HSL color Cylindrical-coordinate representation of color #C5ECEF: hue angle of 184.29º 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 #C5ECEF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 236 | 239 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.06 |
| HSL | 184.29º | 0.57% | 0.85% | - |
| HSV(B) | 184.29º | 0.18% | 0.94% | - |
| XYZ | 68.6 | 78.09 | 93.12 | - |
| YUV | 224.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 239 | 0.18 | 0.01 | 0 | 0.06 | 184.29 | 0.57 | 0.85 |
| Hex | C5 | EC | EF | 12 | 1 | 0 | 6 | B8 | 39 | 55 |
| Octal | 305 | 354 | 357 | 22 | 1 | 0 | 6 | 270 | 71 | 125 |
| Binary | 11000101 | 11101100 | 11101111 | 10010 | 1 | 0 | 110 | 10111000 | 111001 | 1010101 |
Color Harmonies of #C5ECEF
Complementary color
Monochromatic Colors of #C5ECEF
Black with #C5ECEF
Text Example
Text Example
White with #C5ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ECEF; }
p { color: rgb(197,236,239); }
H1.HeaderClassName
{
color: #C5ECEF;
}
.AnyTagClassName
{
color: #C5ECEF;
}
</style>
background-color css
<style>
a { background-color: #C5ECEF; }
a { background-color: rgb(197,236,239); }
div.DivClassName
{
background-color: #C5ECEF;
}
.BgClassName
{
background-color: #C5ECEF;
}
</style>
border-color css
<style>
span { border-color: #C5ECEF; }
span { border-color: rgb(197,236,239); }
td.TdClassName
{
border-color: #C5ECEF;
}
.TagClassName
{
border-color: #C5ECEF;
}
</style>