Shades of Light Blue #B3E4FA
Tints of Light Blue #B3E4FA
RGB
CMYK
RGB Variations
Color information
#B3E4FA (or 0xB3E4FA) is known color: Light Blue. HEX triplet: B3, E4 and FA. RGB value is (179,228,250). Sum of RGB (Red+Green+Blue) = 179+228+250=657 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.25% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3E4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E4FA is #4C1B05. Grayscale: #D7D7D7. Windows color (decimal): -4987654 or 16442547. OLE color: 16442547.
HSL color Cylindrical-coordinate representation of color #B3E4FA: hue angle of 198.59º 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 #B3E4FA is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 228 | 250 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.02 |
| HSL | 198.59º | 0.88% | 0.84% | - |
| HSV(B) | 198.59º | 0.28% | 0.98% | - |
| XYZ | 63.59 | 71.97 | 100.98 | - |
| YUV | 215.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 228 | 250 | 0.28 | 0.09 | 0 | 0.02 | 198.59 | 0.88 | 0.84 |
| Hex | B3 | E4 | FA | 1C | 9 | 0 | 2 | C7 | 58 | 54 |
| Octal | 263 | 344 | 372 | 34 | 11 | 0 | 2 | 307 | 130 | 124 |
| Binary | 10110011 | 11100100 | 11111010 | 11100 | 1001 | 0 | 10 | 11000111 | 1011000 | 1010100 |
Color Harmonies of #B3E4FA
Complementary color
Monochromatic Colors of #B3E4FA
Black with #B3E4FA
Text Example
Text Example
White with #B3E4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E4FA; }
p { color: rgb(179,228,250); }
H1.HeaderClassName
{
color: #B3E4FA;
}
.AnyTagClassName
{
color: #B3E4FA;
}
</style>
background-color css
<style>
a { background-color: #B3E4FA; }
a { background-color: rgb(179,228,250); }
div.DivClassName
{
background-color: #B3E4FA;
}
.BgClassName
{
background-color: #B3E4FA;
}
</style>
border-color css
<style>
span { border-color: #B3E4FA; }
span { border-color: rgb(179,228,250); }
td.TdClassName
{
border-color: #B3E4FA;
}
.TagClassName
{
border-color: #B3E4FA;
}
</style>