Shades of Light Blue #B4E0FA
Tints of Light Blue #B4E0FA
RGB
CMYK
RGB Variations
Color information
#B4E0FA (or 0xB4E0FA) is known color: Light Blue. HEX triplet: B4, E0 and FA. RGB value is (180,224,250). Sum of RGB (Red+Green+Blue) = 180+224+250=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E0FA is #4B1F05. Grayscale: #D5D5D5. Windows color (decimal): -4923142 or 16441524. OLE color: 16441524.
HSL color Cylindrical-coordinate representation of color #B4E0FA: hue angle of 202.29º 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 #B4E0FA is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 224 | 250 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.02 |
| HSL | 202.29º | 0.88% | 0.84% | - |
| HSV(B) | 202.29º | 0.28% | 0.98% | - |
| XYZ | 62.73 | 69.92 | 100.63 | - |
| YUV | 213.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 250 | 0.28 | 0.10 | 0 | 0.02 | 202.29 | 0.88 | 0.84 |
| Hex | B4 | E0 | FA | 1C | A | 0 | 2 | CA | 58 | 54 |
| Octal | 264 | 340 | 372 | 34 | 12 | 0 | 2 | 312 | 130 | 124 |
| Binary | 10110100 | 11100000 | 11111010 | 11100 | 1010 | 0 | 10 | 11001010 | 1011000 | 1010100 |
Color Harmonies of #B4E0FA
Complementary color
Monochromatic Colors of #B4E0FA
Black with #B4E0FA
Text Example
Text Example
White with #B4E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E0FA; }
p { color: rgb(180,224,250); }
H1.HeaderClassName
{
color: #B4E0FA;
}
.AnyTagClassName
{
color: #B4E0FA;
}
</style>
background-color css
<style>
a { background-color: #B4E0FA; }
a { background-color: rgb(180,224,250); }
div.DivClassName
{
background-color: #B4E0FA;
}
.BgClassName
{
background-color: #B4E0FA;
}
</style>
border-color css
<style>
span { border-color: #B4E0FA; }
span { border-color: rgb(180,224,250); }
td.TdClassName
{
border-color: #B4E0FA;
}
.TagClassName
{
border-color: #B4E0FA;
}
</style>