Shades of Onahau #B7E8F9
Tints of Onahau #B7E8F9
RGB
CMYK
RGB Variations
Color information
#B7E8F9 (or 0xB7E8F9) is known color: Onahau. HEX triplet: B7, E8 and F9. RGB value is (183,232,249). Sum of RGB (Red+Green+Blue) = 183+232+249=664 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.56% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7E8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7E8F9 is #481706. Grayscale: #DBDBDB. Windows color (decimal): -4724487 or 16378039. OLE color: 16378039.
HSL color Cylindrical-coordinate representation of color #B7E8F9: hue angle of 195.45º degrees, saturation: 0.85, 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 #B7E8F9 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 232 | 249 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.02 |
| HSL | 195.45º | 0.85% | 0.85% | - |
| HSV(B) | 195.45º | 0.27% | 0.98% | - |
| XYZ | 65.48 | 74.62 | 100.57 | - |
| YUV | 219.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 249 | 0.27 | 0.07 | 0 | 0.02 | 195.45 | 0.85 | 0.85 |
| Hex | B7 | E8 | F9 | 1B | 7 | 0 | 2 | C3 | 55 | 55 |
| Octal | 267 | 350 | 371 | 33 | 7 | 0 | 2 | 303 | 125 | 125 |
| Binary | 10110111 | 11101000 | 11111001 | 11011 | 111 | 0 | 10 | 11000011 | 1010101 | 1010101 |
Color Harmonies of #B7E8F9
Complementary color
Monochromatic Colors of #B7E8F9
Black with #B7E8F9
Text Example
Text Example
White with #B7E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E8F9; }
p { color: rgb(183,232,249); }
H1.HeaderClassName
{
color: #B7E8F9;
}
.AnyTagClassName
{
color: #B7E8F9;
}
</style>
background-color css
<style>
a { background-color: #B7E8F9; }
a { background-color: rgb(183,232,249); }
div.DivClassName
{
background-color: #B7E8F9;
}
.BgClassName
{
background-color: #B7E8F9;
}
</style>
border-color css
<style>
span { border-color: #B7E8F9; }
span { border-color: rgb(183,232,249); }
td.TdClassName
{
border-color: #B7E8F9;
}
.TagClassName
{
border-color: #B7E8F9;
}
</style>