Shades of Onahau #B7E1EF
Tints of Onahau #B7E1EF
RGB
CMYK
RGB Variations
Color information
#B7E1EF (or 0xB7E1EF) is known color: Onahau. HEX triplet: B7, E1 and EF. RGB value is (183,225,239). Sum of RGB (Red+Green+Blue) = 183+225+239=647 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.28% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E1EF is #481E10. Grayscale: #D5D5D5. Windows color (decimal): -4726289 or 15720887. OLE color: 15720887.
HSL color Cylindrical-coordinate representation of color #B7E1EF: hue angle of 195º 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 #B7E1EF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 225 | 239 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.06 |
| HSL | 195º | 0.64% | 0.83% | - |
| HSV(B) | 195º | 0.23% | 0.94% | - |
| XYZ | 62.03 | 70.15 | 91.93 | - |
| YUV | 214.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 239 | 0.23 | 0.06 | 0 | 0.06 | 195 | 0.64 | 0.83 |
| Hex | B7 | E1 | EF | 17 | 6 | 0 | 6 | C3 | 40 | 53 |
| Octal | 267 | 341 | 357 | 27 | 6 | 0 | 6 | 303 | 100 | 123 |
| Binary | 10110111 | 11100001 | 11101111 | 10111 | 110 | 0 | 110 | 11000011 | 1000000 | 1010011 |
Color Harmonies of #B7E1EF
Complementary color
Monochromatic Colors of #B7E1EF
Black with #B7E1EF
Text Example
Text Example
White with #B7E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E1EF; }
p { color: rgb(183,225,239); }
H1.HeaderClassName
{
color: #B7E1EF;
}
.AnyTagClassName
{
color: #B7E1EF;
}
</style>
background-color css
<style>
a { background-color: #B7E1EF; }
a { background-color: rgb(183,225,239); }
div.DivClassName
{
background-color: #B7E1EF;
}
.BgClassName
{
background-color: #B7E1EF;
}
</style>
border-color css
<style>
span { border-color: #B7E1EF; }
span { border-color: rgb(183,225,239); }
td.TdClassName
{
border-color: #B7E1EF;
}
.TagClassName
{
border-color: #B7E1EF;
}
</style>