Shades of Onahau #B8EAFB
Tints of Onahau #B8EAFB
RGB
CMYK
RGB Variations
Color information
#B8EAFB (or 0xB8EAFB) is known color: Onahau. HEX triplet: B8, EA and FB. RGB value is (184,234,251). Sum of RGB (Red+Green+Blue) = 184+234+251=669 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.50% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EAFB is #471504. Grayscale: #DCDCDC. Windows color (decimal): -4658437 or 16509624. OLE color: 16509624.
HSL color Cylindrical-coordinate representation of color #B8EAFB: hue angle of 195.22º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8EAFB is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 234 | 251 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.02 |
| HSL | 195.22º | 0.89% | 0.85% | - |
| HSV(B) | 195.22º | 0.27% | 0.98% | - |
| XYZ | 66.6 | 76 | 102.43 | - |
| YUV | 220.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 234 | 251 | 0.27 | 0.07 | 0 | 0.02 | 195.22 | 0.89 | 0.85 |
| Hex | B8 | EA | FB | 1B | 7 | 0 | 2 | C3 | 59 | 55 |
| Octal | 270 | 352 | 373 | 33 | 7 | 0 | 2 | 303 | 131 | 125 |
| Binary | 10111000 | 11101010 | 11111011 | 11011 | 111 | 0 | 10 | 11000011 | 1011001 | 1010101 |
Color Harmonies of #B8EAFB
Complementary color
Monochromatic Colors of #B8EAFB
Black with #B8EAFB
Text Example
Text Example
White with #B8EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EAFB; }
p { color: rgb(184,234,251); }
H1.HeaderClassName
{
color: #B8EAFB;
}
.AnyTagClassName
{
color: #B8EAFB;
}
</style>
background-color css
<style>
a { background-color: #B8EAFB; }
a { background-color: rgb(184,234,251); }
div.DivClassName
{
background-color: #B8EAFB;
}
.BgClassName
{
background-color: #B8EAFB;
}
</style>
border-color css
<style>
span { border-color: #B8EAFB; }
span { border-color: rgb(184,234,251); }
td.TdClassName
{
border-color: #B8EAFB;
}
.TagClassName
{
border-color: #B8EAFB;
}
</style>