Shades of Light Blue #B4D5EA
Tints of Light Blue #B4D5EA
RGB
CMYK
RGB Variations
Color information
#B4D5EA (or 0xB4D5EA) is known color: Light Blue. HEX triplet: B4, D5 and EA. RGB value is (180,213,234). Sum of RGB (Red+Green+Blue) = 180+213+234=627 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.71% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D5EA is #4B2A15. Grayscale: #CDCDCD. Windows color (decimal): -4925974 or 15390132. OLE color: 15390132.
HSL color Cylindrical-coordinate representation of color #B4D5EA: hue angle of 203.33º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4D5EA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 213 | 234 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.08 |
| HSL | 203.33º | 0.56% | 0.81% | - |
| HSV(B) | 203.33º | 0.23% | 0.92% | - |
| XYZ | 57.47 | 63.23 | 87.02 | - |
| YUV | 205.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 234 | 0.23 | 0.09 | 0 | 0.08 | 203.33 | 0.56 | 0.81 |
| Hex | B4 | D5 | EA | 17 | 9 | 0 | 8 | CB | 38 | 51 |
| Octal | 264 | 325 | 352 | 27 | 11 | 0 | 10 | 313 | 70 | 121 |
| Binary | 10110100 | 11010101 | 11101010 | 10111 | 1001 | 0 | 1000 | 11001011 | 111000 | 1010001 |
Color Harmonies of #B4D5EA
Complementary color
Monochromatic Colors of #B4D5EA
Black with #B4D5EA
Text Example
Text Example
White with #B4D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D5EA; }
p { color: rgb(180,213,234); }
H1.HeaderClassName
{
color: #B4D5EA;
}
.AnyTagClassName
{
color: #B4D5EA;
}
</style>
background-color css
<style>
a { background-color: #B4D5EA; }
a { background-color: rgb(180,213,234); }
div.DivClassName
{
background-color: #B4D5EA;
}
.BgClassName
{
background-color: #B4D5EA;
}
</style>
border-color css
<style>
span { border-color: #B4D5EA; }
span { border-color: rgb(180,213,234); }
td.TdClassName
{
border-color: #B4D5EA;
}
.TagClassName
{
border-color: #B4D5EA;
}
</style>