Shades of Onahau #B9E4EB
Tints of Onahau #B9E4EB
RGB
CMYK
RGB Variations
Color information
#B9E4EB (or 0xB9E4EB) is known color: Onahau. HEX triplet: B9, E4 and EB. RGB value is (185,228,235). Sum of RGB (Red+Green+Blue) = 185+228+235=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9E4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E4EB is #461B14. Grayscale: #D7D7D7. Windows color (decimal): -4594453 or 15459513. OLE color: 15459513.
HSL color Cylindrical-coordinate representation of color #B9E4EB: hue angle of 188.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E4EB is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 228 | 235 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.08 |
| HSL | 188.4º | 0.56% | 0.82% | - |
| HSV(B) | 188.4º | 0.21% | 0.92% | - |
| XYZ | 62.75 | 71.8 | 89.15 | - |
| YUV | 215.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 235 | 0.21 | 0.03 | 0 | 0.08 | 188.4 | 0.56 | 0.82 |
| Hex | B9 | E4 | EB | 15 | 3 | 0 | 8 | BC | 38 | 52 |
| Octal | 271 | 344 | 353 | 25 | 3 | 0 | 10 | 274 | 70 | 122 |
| Binary | 10111001 | 11100100 | 11101011 | 10101 | 11 | 0 | 1000 | 10111100 | 111000 | 1010010 |
Color Harmonies of #B9E4EB
Complementary color
Monochromatic Colors of #B9E4EB
Black with #B9E4EB
Text Example
Text Example
White with #B9E4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E4EB; }
p { color: rgb(185,228,235); }
H1.HeaderClassName
{
color: #B9E4EB;
}
.AnyTagClassName
{
color: #B9E4EB;
}
</style>
background-color css
<style>
a { background-color: #B9E4EB; }
a { background-color: rgb(185,228,235); }
div.DivClassName
{
background-color: #B9E4EB;
}
.BgClassName
{
background-color: #B9E4EB;
}
</style>
border-color css
<style>
span { border-color: #B9E4EB; }
span { border-color: rgb(185,228,235); }
td.TdClassName
{
border-color: #B9E4EB;
}
.TagClassName
{
border-color: #B9E4EB;
}
</style>