Shades of Onahau #B3E9FA
Tints of Onahau #B3E9FA
RGB
CMYK
RGB Variations
Color information
#B3E9FA (or 0xB3E9FA) is known color: Onahau. HEX triplet: B3, E9 and FA. RGB value is (179,233,250). Sum of RGB (Red+Green+Blue) = 179+233+250=662 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.04% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3E9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E9FA is #4C1605. Grayscale: #DADADA. Windows color (decimal): -4986374 or 16443827. OLE color: 16443827.
HSL color Cylindrical-coordinate representation of color #B3E9FA: hue angle of 194.37º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3E9FA is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 233 | 250 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.02 |
| HSL | 194.37º | 0.88% | 0.84% | - |
| HSV(B) | 194.37º | 0.28% | 0.98% | - |
| XYZ | 64.98 | 74.76 | 101.45 | - |
| YUV | 218.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 233 | 250 | 0.28 | 0.07 | 0 | 0.02 | 194.37 | 0.88 | 0.84 |
| Hex | B3 | E9 | FA | 1C | 7 | 0 | 2 | C2 | 58 | 54 |
| Octal | 263 | 351 | 372 | 34 | 7 | 0 | 2 | 302 | 130 | 124 |
| Binary | 10110011 | 11101001 | 11111010 | 11100 | 111 | 0 | 10 | 11000010 | 1011000 | 1010100 |
Color Harmonies of #B3E9FA
Complementary color
Monochromatic Colors of #B3E9FA
Black with #B3E9FA
Text Example
Text Example
White with #B3E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E9FA; }
p { color: rgb(179,233,250); }
H1.HeaderClassName
{
color: #B3E9FA;
}
.AnyTagClassName
{
color: #B3E9FA;
}
</style>
background-color css
<style>
a { background-color: #B3E9FA; }
a { background-color: rgb(179,233,250); }
div.DivClassName
{
background-color: #B3E9FA;
}
.BgClassName
{
background-color: #B3E9FA;
}
</style>
border-color css
<style>
span { border-color: #B3E9FA; }
span { border-color: rgb(179,233,250); }
td.TdClassName
{
border-color: #B3E9FA;
}
.TagClassName
{
border-color: #B3E9FA;
}
</style>