Shades of Onahau #B8EEFA
Tints of Onahau #B8EEFA
RGB
CMYK
RGB Variations
Color information
#B8EEFA (or 0xB8EEFA) is known color: Onahau. HEX triplet: B8, EE and FA. RGB value is (184,238,250). Sum of RGB (Red+Green+Blue) = 184+238+250=672 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.38% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EEFA is #471105. Grayscale: #DFDFDF. Windows color (decimal): -4657414 or 16445112. OLE color: 16445112.
HSL color Cylindrical-coordinate representation of color #B8EEFA: hue angle of 190.91º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8EEFA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 238 | 250 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.02 |
| HSL | 190.91º | 0.87% | 0.85% | - |
| HSV(B) | 190.91º | 0.26% | 0.98% | - |
| XYZ | 67.6 | 78.24 | 101.98 | - |
| YUV | 223.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 250 | 0.26 | 0.05 | 0 | 0.02 | 190.91 | 0.87 | 0.85 |
| Hex | B8 | EE | FA | 1A | 5 | 0 | 2 | BF | 57 | 55 |
| Octal | 270 | 356 | 372 | 32 | 5 | 0 | 2 | 277 | 127 | 125 |
| Binary | 10111000 | 11101110 | 11111010 | 11010 | 101 | 0 | 10 | 10111111 | 1010111 | 1010101 |
Color Harmonies of #B8EEFA
Complementary color
Monochromatic Colors of #B8EEFA
Black with #B8EEFA
Text Example
Text Example
White with #B8EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EEFA; }
p { color: rgb(184,238,250); }
H1.HeaderClassName
{
color: #B8EEFA;
}
.AnyTagClassName
{
color: #B8EEFA;
}
</style>
background-color css
<style>
a { background-color: #B8EEFA; }
a { background-color: rgb(184,238,250); }
div.DivClassName
{
background-color: #B8EEFA;
}
.BgClassName
{
background-color: #B8EEFA;
}
</style>
border-color css
<style>
span { border-color: #B8EEFA; }
span { border-color: rgb(184,238,250); }
td.TdClassName
{
border-color: #B8EEFA;
}
.TagClassName
{
border-color: #B8EEFA;
}
</style>