Shades of Onahau #B9E9F1
Tints of Onahau #B9E9F1
RGB
CMYK
RGB Variations
Color information
#B9E9F1 (or 0xB9E9F1) is known color: Onahau. HEX triplet: B9, E9 and F1. RGB value is (185,233,241). Sum of RGB (Red+Green+Blue) = 185+233+241=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9E9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E9F1 is #46160E. Grayscale: #DBDBDB. Windows color (decimal): -4593167 or 15854009. OLE color: 15854009.
HSL color Cylindrical-coordinate representation of color #B9E9F1: hue angle of 188.57º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9E9F1 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 233 | 241 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.05 |
| HSL | 188.57º | 0.67% | 0.84% | - |
| HSV(B) | 188.57º | 0.23% | 0.95% | - |
| XYZ | 65.02 | 74.94 | 94.26 | - |
| YUV | 219.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 241 | 0.23 | 0.03 | 0 | 0.05 | 188.57 | 0.67 | 0.84 |
| Hex | B9 | E9 | F1 | 17 | 3 | 0 | 5 | BD | 43 | 54 |
| Octal | 271 | 351 | 361 | 27 | 3 | 0 | 5 | 275 | 103 | 124 |
| Binary | 10111001 | 11101001 | 11110001 | 10111 | 11 | 0 | 101 | 10111101 | 1000011 | 1010100 |
Color Harmonies of #B9E9F1
Complementary color
Monochromatic Colors of #B9E9F1
Black with #B9E9F1
Text Example
Text Example
White with #B9E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E9F1; }
p { color: rgb(185,233,241); }
H1.HeaderClassName
{
color: #B9E9F1;
}
.AnyTagClassName
{
color: #B9E9F1;
}
</style>
background-color css
<style>
a { background-color: #B9E9F1; }
a { background-color: rgb(185,233,241); }
div.DivClassName
{
background-color: #B9E9F1;
}
.BgClassName
{
background-color: #B9E9F1;
}
</style>
border-color css
<style>
span { border-color: #B9E9F1; }
span { border-color: rgb(185,233,241); }
td.TdClassName
{
border-color: #B9E9F1;
}
.TagClassName
{
border-color: #B9E9F1;
}
</style>