Shades of Onahau #C5E6EF
Tints of Onahau #C5E6EF
RGB
CMYK
RGB Variations
Color information
#C5E6EF (or 0xC5E6EF) is known color: Onahau. HEX triplet: C5, E6 and EF. RGB value is (197,230,239). Sum of RGB (Red+Green+Blue) = 197+230+239=666 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.58% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5E6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E6EF is #3A1910. Grayscale: #DDDDDD. Windows color (decimal): -3807505 or 15722181. OLE color: 15722181.
HSL color Cylindrical-coordinate representation of color #C5E6EF: hue angle of 192.86º 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 #C5E6EF is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 230 | 239 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.06 |
| HSL | 192.86º | 0.57% | 0.85% | - |
| HSV(B) | 192.86º | 0.18% | 0.94% | - |
| XYZ | 66.9 | 74.7 | 92.55 | - |
| YUV | 221.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 239 | 0.18 | 0.04 | 0 | 0.06 | 192.86 | 0.57 | 0.85 |
| Hex | C5 | E6 | EF | 12 | 4 | 0 | 6 | C1 | 39 | 55 |
| Octal | 305 | 346 | 357 | 22 | 4 | 0 | 6 | 301 | 71 | 125 |
| Binary | 11000101 | 11100110 | 11101111 | 10010 | 100 | 0 | 110 | 11000001 | 111001 | 1010101 |
Color Harmonies of #C5E6EF
Complementary color
Monochromatic Colors of #C5E6EF
Black with #C5E6EF
Text Example
Text Example
White with #C5E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E6EF; }
p { color: rgb(197,230,239); }
H1.HeaderClassName
{
color: #C5E6EF;
}
.AnyTagClassName
{
color: #C5E6EF;
}
</style>
background-color css
<style>
a { background-color: #C5E6EF; }
a { background-color: rgb(197,230,239); }
div.DivClassName
{
background-color: #C5E6EF;
}
.BgClassName
{
background-color: #C5E6EF;
}
</style>
border-color css
<style>
span { border-color: #C5E6EF; }
span { border-color: rgb(197,230,239); }
td.TdClassName
{
border-color: #C5E6EF;
}
.TagClassName
{
border-color: #C5E6EF;
}
</style>