Shades of Onahau #B7EEFA
Tints of Onahau #B7EEFA
RGB
CMYK
RGB Variations
Color information
#B7EEFA (or 0xB7EEFA) is known color: Onahau. HEX triplet: B7, EE and FA. RGB value is (183,238,250). Sum of RGB (Red+Green+Blue) = 183+238+250=671 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.27% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EEFA is #481105. Grayscale: #DEDEDE. Windows color (decimal): -4722950 or 16445111. OLE color: 16445111.
HSL color Cylindrical-coordinate representation of color #B7EEFA: hue angle of 190.75º degrees, saturation: 0.87, 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 #B7EEFA is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 238 | 250 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.02 |
| HSL | 190.75º | 0.87% | 0.85% | - |
| HSV(B) | 190.75º | 0.27% | 0.98% | - |
| XYZ | 67.36 | 78.12 | 101.97 | - |
| YUV | 222.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 238 | 250 | 0.27 | 0.05 | 0 | 0.02 | 190.75 | 0.87 | 0.85 |
| Hex | B7 | EE | FA | 1B | 5 | 0 | 2 | BF | 57 | 55 |
| Octal | 267 | 356 | 372 | 33 | 5 | 0 | 2 | 277 | 127 | 125 |
| Binary | 10110111 | 11101110 | 11111010 | 11011 | 101 | 0 | 10 | 10111111 | 1010111 | 1010101 |
Color Harmonies of #B7EEFA
Complementary color
Monochromatic Colors of #B7EEFA
Black with #B7EEFA
Text Example
Text Example
White with #B7EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EEFA; }
p { color: rgb(183,238,250); }
H1.HeaderClassName
{
color: #B7EEFA;
}
.AnyTagClassName
{
color: #B7EEFA;
}
</style>
background-color css
<style>
a { background-color: #B7EEFA; }
a { background-color: rgb(183,238,250); }
div.DivClassName
{
background-color: #B7EEFA;
}
.BgClassName
{
background-color: #B7EEFA;
}
</style>
border-color css
<style>
span { border-color: #B7EEFA; }
span { border-color: rgb(183,238,250); }
td.TdClassName
{
border-color: #B7EEFA;
}
.TagClassName
{
border-color: #B7EEFA;
}
</style>