Shades of Onahau #B8E9EF
Tints of Onahau #B8E9EF
RGB
CMYK
RGB Variations
Color information
#B8E9EF (or 0xB8E9EF) is known color: Onahau. HEX triplet: B8, E9 and EF. RGB value is (184,233,239). Sum of RGB (Red+Green+Blue) = 184+233+239=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E9EF is #471610. Grayscale: #DADADA. Windows color (decimal): -4658705 or 15722936. OLE color: 15722936.
HSL color Cylindrical-coordinate representation of color #B8E9EF: hue angle of 186.55º 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 #B8E9EF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 233 | 239 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.06 |
| HSL | 186.55º | 0.63% | 0.83% | - |
| HSV(B) | 186.55º | 0.23% | 0.94% | - |
| XYZ | 64.49 | 74.7 | 92.68 | - |
| YUV | 219.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 233 | 239 | 0.23 | 0.03 | 0 | 0.06 | 186.55 | 0.63 | 0.83 |
| Hex | B8 | E9 | EF | 17 | 3 | 0 | 6 | BB | 3F | 53 |
| Octal | 270 | 351 | 357 | 27 | 3 | 0 | 6 | 273 | 77 | 123 |
| Binary | 10111000 | 11101001 | 11101111 | 10111 | 11 | 0 | 110 | 10111011 | 111111 | 1010011 |
Color Harmonies of #B8E9EF
Complementary color
Monochromatic Colors of #B8E9EF
Black with #B8E9EF
Text Example
Text Example
White with #B8E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E9EF; }
p { color: rgb(184,233,239); }
H1.HeaderClassName
{
color: #B8E9EF;
}
.AnyTagClassName
{
color: #B8E9EF;
}
</style>
background-color css
<style>
a { background-color: #B8E9EF; }
a { background-color: rgb(184,233,239); }
div.DivClassName
{
background-color: #B8E9EF;
}
.BgClassName
{
background-color: #B8E9EF;
}
</style>
border-color css
<style>
span { border-color: #B8E9EF; }
span { border-color: rgb(184,233,239); }
td.TdClassName
{
border-color: #B8E9EF;
}
.TagClassName
{
border-color: #B8E9EF;
}
</style>