Shades of Onahau #C5EFF9
Tints of Onahau #C5EFF9
RGB
CMYK
RGB Variations
Color information
#C5EFF9 (or 0xC5EFF9) is known color: Onahau. HEX triplet: C5, EF and F9. RGB value is (197,239,249). Sum of RGB (Red+Green+Blue) = 197+239+249=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5EFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFF9 is #3A1006. Grayscale: #E3E3E3. Windows color (decimal): -3805191 or 16379845. OLE color: 16379845.
HSL color Cylindrical-coordinate representation of color #C5EFF9: hue angle of 191.54º 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 #C5EFF9 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 239 | 249 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.02 |
| HSL | 191.54º | 0.81% | 0.87% | - |
| HSV(B) | 191.54º | 0.21% | 0.98% | - |
| XYZ | 70.99 | 80.44 | 101.41 | - |
| YUV | 227.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 249 | 0.21 | 0.04 | 0 | 0.02 | 191.54 | 0.81 | 0.87 |
| Hex | C5 | EF | F9 | 15 | 4 | 0 | 2 | C0 | 51 | 57 |
| Octal | 305 | 357 | 371 | 25 | 4 | 0 | 2 | 300 | 121 | 127 |
| Binary | 11000101 | 11101111 | 11111001 | 10101 | 100 | 0 | 10 | 11000000 | 1010001 | 1010111 |
Color Harmonies of #C5EFF9
Complementary color
Monochromatic Colors of #C5EFF9
Black with #C5EFF9
Text Example
Text Example
White with #C5EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFF9; }
p { color: rgb(197,239,249); }
H1.HeaderClassName
{
color: #C5EFF9;
}
.AnyTagClassName
{
color: #C5EFF9;
}
</style>
background-color css
<style>
a { background-color: #C5EFF9; }
a { background-color: rgb(197,239,249); }
div.DivClassName
{
background-color: #C5EFF9;
}
.BgClassName
{
background-color: #C5EFF9;
}
</style>
border-color css
<style>
span { border-color: #C5EFF9; }
span { border-color: rgb(197,239,249); }
td.TdClassName
{
border-color: #C5EFF9;
}
.TagClassName
{
border-color: #C5EFF9;
}
</style>