Shades of Light Blue #B5E0FA
Tints of Light Blue #B5E0FA
RGB
CMYK
RGB Variations
Color information
#B5E0FA (or 0xB5E0FA) is known color: Light Blue. HEX triplet: B5, E0 and FA. RGB value is (181,224,250). Sum of RGB (Red+Green+Blue) = 181+224+250=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E0FA is #4A1F05. Grayscale: #D5D5D5. Windows color (decimal): -4857606 or 16441525. OLE color: 16441525.
HSL color Cylindrical-coordinate representation of color #B5E0FA: hue angle of 202.61º 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 #B5E0FA is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 224 | 250 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.02 |
| HSL | 202.61º | 0.87% | 0.85% | - |
| HSV(B) | 202.61º | 0.28% | 0.98% | - |
| XYZ | 62.97 | 70.04 | 100.64 | - |
| YUV | 214.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 250 | 0.28 | 0.10 | 0 | 0.02 | 202.61 | 0.87 | 0.85 |
| Hex | B5 | E0 | FA | 1C | A | 0 | 2 | CB | 57 | 55 |
| Octal | 265 | 340 | 372 | 34 | 12 | 0 | 2 | 313 | 127 | 125 |
| Binary | 10110101 | 11100000 | 11111010 | 11100 | 1010 | 0 | 10 | 11001011 | 1010111 | 1010101 |
Color Harmonies of #B5E0FA
Complementary color
Monochromatic Colors of #B5E0FA
Black with #B5E0FA
Text Example
Text Example
White with #B5E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0FA; }
p { color: rgb(181,224,250); }
H1.HeaderClassName
{
color: #B5E0FA;
}
.AnyTagClassName
{
color: #B5E0FA;
}
</style>
background-color css
<style>
a { background-color: #B5E0FA; }
a { background-color: rgb(181,224,250); }
div.DivClassName
{
background-color: #B5E0FA;
}
.BgClassName
{
background-color: #B5E0FA;
}
</style>
border-color css
<style>
span { border-color: #B5E0FA; }
span { border-color: rgb(181,224,250); }
td.TdClassName
{
border-color: #B5E0FA;
}
.TagClassName
{
border-color: #B5E0FA;
}
</style>