Shades of Onahau #B9E4EF
Tints of Onahau #B9E4EF
RGB
CMYK
RGB Variations
Color information
#B9E4EF (or 0xB9E4EF) is known color: Onahau. HEX triplet: B9, E4 and EF. RGB value is (185,228,239). Sum of RGB (Red+Green+Blue) = 185+228+239=652 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.37% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9E4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E4EF is #461B10. Grayscale: #D8D8D8. Windows color (decimal): -4594449 or 15721657. OLE color: 15721657.
HSL color Cylindrical-coordinate representation of color #B9E4EF: hue angle of 192.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9E4EF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 228 | 239 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.06 |
| HSL | 192.22º | 0.63% | 0.83% | - |
| HSV(B) | 192.22º | 0.23% | 0.94% | - |
| XYZ | 63.33 | 72.03 | 92.23 | - |
| YUV | 216.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 239 | 0.23 | 0.05 | 0 | 0.06 | 192.22 | 0.63 | 0.83 |
| Hex | B9 | E4 | EF | 17 | 5 | 0 | 6 | C0 | 3F | 53 |
| Octal | 271 | 344 | 357 | 27 | 5 | 0 | 6 | 300 | 77 | 123 |
| Binary | 10111001 | 11100100 | 11101111 | 10111 | 101 | 0 | 110 | 11000000 | 111111 | 1010011 |
Color Harmonies of #B9E4EF
Complementary color
Monochromatic Colors of #B9E4EF
Black with #B9E4EF
Text Example
Text Example
White with #B9E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E4EF; }
p { color: rgb(185,228,239); }
H1.HeaderClassName
{
color: #B9E4EF;
}
.AnyTagClassName
{
color: #B9E4EF;
}
</style>
background-color css
<style>
a { background-color: #B9E4EF; }
a { background-color: rgb(185,228,239); }
div.DivClassName
{
background-color: #B9E4EF;
}
.BgClassName
{
background-color: #B9E4EF;
}
</style>
border-color css
<style>
span { border-color: #B9E4EF; }
span { border-color: rgb(185,228,239); }
td.TdClassName
{
border-color: #B9E4EF;
}
.TagClassName
{
border-color: #B9E4EF;
}
</style>