Shades of Onahau #B7E8EF
Tints of Onahau #B7E8EF
RGB
CMYK
RGB Variations
Color information
#B7E8EF (or 0xB7E8EF) is known color: Onahau. HEX triplet: B7, E8 and EF. RGB value is (183,232,239). Sum of RGB (Red+Green+Blue) = 183+232+239=654 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.98% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7E8EF is #481710. Grayscale: #DADADA. Windows color (decimal): -4724497 or 15722679. OLE color: 15722679.
HSL color Cylindrical-coordinate representation of color #B7E8EF: hue angle of 187.5º degrees, saturation: 0.64, 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 #B7E8EF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 232 | 239 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.06 |
| HSL | 187.5º | 0.64% | 0.83% | - |
| HSV(B) | 187.5º | 0.23% | 0.94% | - |
| XYZ | 63.97 | 74.01 | 92.58 | - |
| YUV | 218.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 239 | 0.23 | 0.03 | 0 | 0.06 | 187.5 | 0.64 | 0.83 |
| Hex | B7 | E8 | EF | 17 | 3 | 0 | 6 | BC | 40 | 53 |
| Octal | 267 | 350 | 357 | 27 | 3 | 0 | 6 | 274 | 100 | 123 |
| Binary | 10110111 | 11101000 | 11101111 | 10111 | 11 | 0 | 110 | 10111100 | 1000000 | 1010011 |
Color Harmonies of #B7E8EF
Complementary color
Monochromatic Colors of #B7E8EF
Black with #B7E8EF
Text Example
Text Example
White with #B7E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E8EF; }
p { color: rgb(183,232,239); }
H1.HeaderClassName
{
color: #B7E8EF;
}
.AnyTagClassName
{
color: #B7E8EF;
}
</style>
background-color css
<style>
a { background-color: #B7E8EF; }
a { background-color: rgb(183,232,239); }
div.DivClassName
{
background-color: #B7E8EF;
}
.BgClassName
{
background-color: #B7E8EF;
}
</style>
border-color css
<style>
span { border-color: #B7E8EF; }
span { border-color: rgb(183,232,239); }
td.TdClassName
{
border-color: #B7E8EF;
}
.TagClassName
{
border-color: #B7E8EF;
}
</style>