Shades of Onahau #B7EDFA
Tints of Onahau #B7EDFA
RGB
CMYK
RGB Variations
Color information
#B7EDFA (or 0xB7EDFA) is known color: Onahau. HEX triplet: B7, ED and FA. RGB value is (183,237,250). Sum of RGB (Red+Green+Blue) = 183+237+250=670 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.31% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDFA is #481205. Grayscale: #DEDEDE. Windows color (decimal): -4723206 or 16444855. OLE color: 16444855.
HSL color Cylindrical-coordinate representation of color #B7EDFA: hue angle of 191.64º 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 #B7EDFA is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 237 | 250 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.02 |
| HSL | 191.64º | 0.87% | 0.85% | - |
| HSV(B) | 191.64º | 0.27% | 0.98% | - |
| XYZ | 67.07 | 77.54 | 101.87 | - |
| YUV | 222.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 250 | 0.27 | 0.05 | 0 | 0.02 | 191.64 | 0.87 | 0.85 |
| Hex | B7 | ED | FA | 1B | 5 | 0 | 2 | C0 | 57 | 55 |
| Octal | 267 | 355 | 372 | 33 | 5 | 0 | 2 | 300 | 127 | 125 |
| Binary | 10110111 | 11101101 | 11111010 | 11011 | 101 | 0 | 10 | 11000000 | 1010111 | 1010101 |
Color Harmonies of #B7EDFA
Complementary color
Monochromatic Colors of #B7EDFA
Black with #B7EDFA
Text Example
Text Example
White with #B7EDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDFA; }
p { color: rgb(183,237,250); }
H1.HeaderClassName
{
color: #B7EDFA;
}
.AnyTagClassName
{
color: #B7EDFA;
}
</style>
background-color css
<style>
a { background-color: #B7EDFA; }
a { background-color: rgb(183,237,250); }
div.DivClassName
{
background-color: #B7EDFA;
}
.BgClassName
{
background-color: #B7EDFA;
}
</style>
border-color css
<style>
span { border-color: #B7EDFA; }
span { border-color: rgb(183,237,250); }
td.TdClassName
{
border-color: #B7EDFA;
}
.TagClassName
{
border-color: #B7EDFA;
}
</style>