Shades of Onahau #C5EEF9
Tints of Onahau #C5EEF9
RGB
CMYK
RGB Variations
Color information
#C5EEF9 (or 0xC5EEF9) is known color: Onahau. HEX triplet: C5, EE and F9. RGB value is (197,238,249). Sum of RGB (Red+Green+Blue) = 197+238+249=684 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.80% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5EEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEF9 is #3A1106. Grayscale: #E2E2E2. Windows color (decimal): -3805447 or 16379589. OLE color: 16379589.
HSL color Cylindrical-coordinate representation of color #C5EEF9: hue angle of 192.69º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5EEF9 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 238 | 249 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.02 |
| HSL | 192.69º | 0.81% | 0.87% | - |
| HSV(B) | 192.69º | 0.21% | 0.98% | - |
| XYZ | 70.7 | 79.86 | 101.31 | - |
| YUV | 227 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 249 | 0.21 | 0.04 | 0 | 0.02 | 192.69 | 0.81 | 0.87 |
| Hex | C5 | EE | F9 | 15 | 4 | 0 | 2 | C1 | 51 | 57 |
| Octal | 305 | 356 | 371 | 25 | 4 | 0 | 2 | 301 | 121 | 127 |
| Binary | 11000101 | 11101110 | 11111001 | 10101 | 100 | 0 | 10 | 11000001 | 1010001 | 1010111 |
Color Harmonies of #C5EEF9
Complementary color
Monochromatic Colors of #C5EEF9
Black with #C5EEF9
Text Example
Text Example
White with #C5EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEF9; }
p { color: rgb(197,238,249); }
H1.HeaderClassName
{
color: #C5EEF9;
}
.AnyTagClassName
{
color: #C5EEF9;
}
</style>
background-color css
<style>
a { background-color: #C5EEF9; }
a { background-color: rgb(197,238,249); }
div.DivClassName
{
background-color: #C5EEF9;
}
.BgClassName
{
background-color: #C5EEF9;
}
</style>
border-color css
<style>
span { border-color: #C5EEF9; }
span { border-color: rgb(197,238,249); }
td.TdClassName
{
border-color: #C5EEF9;
}
.TagClassName
{
border-color: #C5EEF9;
}
</style>