Shades of Light Blue #B5E1FA
Tints of Light Blue #B5E1FA
RGB
CMYK
RGB Variations
Color information
#B5E1FA (or 0xB5E1FA) is known color: Light Blue. HEX triplet: B5, E1 and FA. RGB value is (181,225,250). Sum of RGB (Red+Green+Blue) = 181+225+250=656 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.59% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5E1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E1FA is #4A1E05. Grayscale: #D6D6D6. Windows color (decimal): -4857350 or 16441781. OLE color: 16441781.
HSL color Cylindrical-coordinate representation of color #B5E1FA: hue angle of 201.74º 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 #B5E1FA is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 225 | 250 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.02 |
| HSL | 201.74º | 0.87% | 0.85% | - |
| HSV(B) | 201.74º | 0.28% | 0.98% | - |
| XYZ | 63.24 | 70.58 | 100.73 | - |
| YUV | 214.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 250 | 0.28 | 0.10 | 0 | 0.02 | 201.74 | 0.87 | 0.85 |
| Hex | B5 | E1 | FA | 1C | A | 0 | 2 | CA | 57 | 55 |
| Octal | 265 | 341 | 372 | 34 | 12 | 0 | 2 | 312 | 127 | 125 |
| Binary | 10110101 | 11100001 | 11111010 | 11100 | 1010 | 0 | 10 | 11001010 | 1010111 | 1010101 |
Color Harmonies of #B5E1FA
Complementary color
Monochromatic Colors of #B5E1FA
Black with #B5E1FA
Text Example
Text Example
White with #B5E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E1FA; }
p { color: rgb(181,225,250); }
H1.HeaderClassName
{
color: #B5E1FA;
}
.AnyTagClassName
{
color: #B5E1FA;
}
</style>
background-color css
<style>
a { background-color: #B5E1FA; }
a { background-color: rgb(181,225,250); }
div.DivClassName
{
background-color: #B5E1FA;
}
.BgClassName
{
background-color: #B5E1FA;
}
</style>
border-color css
<style>
span { border-color: #B5E1FA; }
span { border-color: rgb(181,225,250); }
td.TdClassName
{
border-color: #B5E1FA;
}
.TagClassName
{
border-color: #B5E1FA;
}
</style>