Shades of Onahau #B9EEFE
Tints of Onahau #B9EEFE
RGB
CMYK
RGB Variations
Color information
#B9EEFE (or 0xB9EEFE) is known color: Onahau. HEX triplet: B9, EE and FE. RGB value is (185,238,254). Sum of RGB (Red+Green+Blue) = 185+238+254=677 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.33% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEFE is #461101. Grayscale: #DFDFDF. Windows color (decimal): -4591874 or 16707257. OLE color: 16707257.
HSL color Cylindrical-coordinate representation of color #B9EEFE: hue angle of 193.91º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9EEFE is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 238 | 254 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.00 |
| HSL | 193.91º | 0.97% | 0.86% | - |
| HSV(B) | 193.91º | 0.27% | 1% | - |
| XYZ | 68.47 | 78.62 | 105.33 | - |
| YUV | 223.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 238 | 254 | 0.27 | 0.06 | 0 | 0.00 | 193.91 | 0.97 | 0.86 |
| Hex | B9 | EE | FE | 1B | 6 | 0 | 0 | C2 | 61 | 56 |
| Octal | 271 | 356 | 376 | 33 | 6 | 0 | 0 | 302 | 141 | 126 |
| Binary | 10111001 | 11101110 | 11111110 | 11011 | 110 | 0 | 0 | 11000010 | 1100001 | 1010110 |
Color Harmonies of #B9EEFE
Complementary color
Monochromatic Colors of #B9EEFE
Black with #B9EEFE
Text Example
Text Example
White with #B9EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EEFE; }
p { color: rgb(185,238,254); }
H1.HeaderClassName
{
color: #B9EEFE;
}
.AnyTagClassName
{
color: #B9EEFE;
}
</style>
background-color css
<style>
a { background-color: #B9EEFE; }
a { background-color: rgb(185,238,254); }
div.DivClassName
{
background-color: #B9EEFE;
}
.BgClassName
{
background-color: #B9EEFE;
}
</style>
border-color css
<style>
span { border-color: #B9EEFE; }
span { border-color: rgb(185,238,254); }
td.TdClassName
{
border-color: #B9EEFE;
}
.TagClassName
{
border-color: #B9EEFE;
}
</style>