Shades of Light Blue #B4D8EA
Tints of Light Blue #B4D8EA
RGB
CMYK
RGB Variations
Color information
#B4D8EA (or 0xB4D8EA) is known color: Light Blue. HEX triplet: B4, D8 and EA. RGB value is (180,216,234). Sum of RGB (Red+Green+Blue) = 180+216+234=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D8EA is #4B2715. Grayscale: #CFCFCF. Windows color (decimal): -4925206 or 15390900. OLE color: 15390900.
HSL color Cylindrical-coordinate representation of color #B4D8EA: hue angle of 200º 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 #B4D8EA is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 216 | 234 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.08 |
| HSL | 200º | 0.56% | 0.81% | - |
| HSV(B) | 200º | 0.23% | 0.92% | - |
| XYZ | 58.23 | 64.76 | 87.27 | - |
| YUV | 207.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 234 | 0.23 | 0.08 | 0 | 0.08 | 200 | 0.56 | 0.81 |
| Hex | B4 | D8 | EA | 17 | 8 | 0 | 8 | C8 | 38 | 51 |
| Octal | 264 | 330 | 352 | 27 | 10 | 0 | 10 | 310 | 70 | 121 |
| Binary | 10110100 | 11011000 | 11101010 | 10111 | 1000 | 0 | 1000 | 11001000 | 111000 | 1010001 |
Color Harmonies of #B4D8EA
Complementary color
Monochromatic Colors of #B4D8EA
Black with #B4D8EA
Text Example
Text Example
White with #B4D8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D8EA; }
p { color: rgb(180,216,234); }
H1.HeaderClassName
{
color: #B4D8EA;
}
.AnyTagClassName
{
color: #B4D8EA;
}
</style>
background-color css
<style>
a { background-color: #B4D8EA; }
a { background-color: rgb(180,216,234); }
div.DivClassName
{
background-color: #B4D8EA;
}
.BgClassName
{
background-color: #B4D8EA;
}
</style>
border-color css
<style>
span { border-color: #B4D8EA; }
span { border-color: rgb(180,216,234); }
td.TdClassName
{
border-color: #B4D8EA;
}
.TagClassName
{
border-color: #B4D8EA;
}
</style>