Shades of Light Blue #B3E3F9
Tints of Light Blue #B3E3F9
RGB
CMYK
RGB Variations
Color information
#B3E3F9 (or 0xB3E3F9) is known color: Light Blue. HEX triplet: B3, E3 and F9. RGB value is (179,227,249). Sum of RGB (Red+Green+Blue) = 179+227+249=655 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.33% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3E3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E3F9 is #4C1C06. Grayscale: #D7D7D7. Windows color (decimal): -4987911 or 16376755. OLE color: 16376755.
HSL color Cylindrical-coordinate representation of color #B3E3F9: hue angle of 198.86º degrees, saturation: 0.85, 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 #B3E3F9 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 227 | 249 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.02 |
| HSL | 198.86º | 0.85% | 0.84% | - |
| HSV(B) | 198.86º | 0.28% | 0.98% | - |
| XYZ | 63.16 | 71.36 | 100.07 | - |
| YUV | 215.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 227 | 249 | 0.28 | 0.09 | 0 | 0.02 | 198.86 | 0.85 | 0.84 |
| Hex | B3 | E3 | F9 | 1C | 9 | 0 | 2 | C7 | 55 | 54 |
| Octal | 263 | 343 | 371 | 34 | 11 | 0 | 2 | 307 | 125 | 124 |
| Binary | 10110011 | 11100011 | 11111001 | 11100 | 1001 | 0 | 10 | 11000111 | 1010101 | 1010100 |
Color Harmonies of #B3E3F9
Complementary color
Monochromatic Colors of #B3E3F9
Black with #B3E3F9
Text Example
Text Example
White with #B3E3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E3F9; }
p { color: rgb(179,227,249); }
H1.HeaderClassName
{
color: #B3E3F9;
}
.AnyTagClassName
{
color: #B3E3F9;
}
</style>
background-color css
<style>
a { background-color: #B3E3F9; }
a { background-color: rgb(179,227,249); }
div.DivClassName
{
background-color: #B3E3F9;
}
.BgClassName
{
background-color: #B3E3F9;
}
</style>
border-color css
<style>
span { border-color: #B3E3F9; }
span { border-color: rgb(179,227,249); }
td.TdClassName
{
border-color: #B3E3F9;
}
.TagClassName
{
border-color: #B3E3F9;
}
</style>