Shades of Onahau #B5E3FA
Tints of Onahau #B5E3FA
RGB
CMYK
RGB Variations
Color information
#B5E3FA (or 0xB5E3FA) is known color: Onahau. HEX triplet: B5, E3 and FA. RGB value is (181,227,250). Sum of RGB (Red+Green+Blue) = 181+227+250=658 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.51% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5E3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E3FA is #4A1C05. Grayscale: #D7D7D7. Windows color (decimal): -4856838 or 16442293. OLE color: 16442293.
HSL color Cylindrical-coordinate representation of color #B5E3FA: hue angle of 200º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5E3FA is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 227 | 250 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.02 |
| HSL | 200º | 0.87% | 0.85% | - |
| HSV(B) | 200º | 0.28% | 0.98% | - |
| XYZ | 63.78 | 71.66 | 100.91 | - |
| YUV | 215.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 250 | 0.28 | 0.09 | 0 | 0.02 | 200 | 0.87 | 0.85 |
| Hex | B5 | E3 | FA | 1C | 9 | 0 | 2 | C8 | 57 | 55 |
| Octal | 265 | 343 | 372 | 34 | 11 | 0 | 2 | 310 | 127 | 125 |
| Binary | 10110101 | 11100011 | 11111010 | 11100 | 1001 | 0 | 10 | 11001000 | 1010111 | 1010101 |
Color Harmonies of #B5E3FA
Complementary color
Monochromatic Colors of #B5E3FA
Black with #B5E3FA
Text Example
Text Example
White with #B5E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E3FA; }
p { color: rgb(181,227,250); }
H1.HeaderClassName
{
color: #B5E3FA;
}
.AnyTagClassName
{
color: #B5E3FA;
}
</style>
background-color css
<style>
a { background-color: #B5E3FA; }
a { background-color: rgb(181,227,250); }
div.DivClassName
{
background-color: #B5E3FA;
}
.BgClassName
{
background-color: #B5E3FA;
}
</style>
border-color css
<style>
span { border-color: #B5E3FA; }
span { border-color: rgb(181,227,250); }
td.TdClassName
{
border-color: #B5E3FA;
}
.TagClassName
{
border-color: #B5E3FA;
}
</style>