Shades of Light Blue #B5D8EA
Tints of Light Blue #B5D8EA
RGB
CMYK
RGB Variations
Color information
#B5D8EA (or 0xB5D8EA) is known color: Light Blue. HEX triplet: B5, D8 and EA. RGB value is (181,216,234). Sum of RGB (Red+Green+Blue) = 181+216+234=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D8EA is #4A2715. Grayscale: #CFCFCF. Windows color (decimal): -4859670 or 15390901. OLE color: 15390901.
HSL color Cylindrical-coordinate representation of color #B5D8EA: hue angle of 200.38º 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 #B5D8EA is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 216 | 234 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.08 |
| HSL | 200.38º | 0.56% | 0.81% | - |
| HSV(B) | 200.38º | 0.23% | 0.92% | - |
| XYZ | 58.46 | 64.88 | 87.28 | - |
| YUV | 207.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 234 | 0.23 | 0.08 | 0 | 0.08 | 200.38 | 0.56 | 0.81 |
| Hex | B5 | D8 | EA | 17 | 8 | 0 | 8 | C8 | 38 | 51 |
| Octal | 265 | 330 | 352 | 27 | 10 | 0 | 10 | 310 | 70 | 121 |
| Binary | 10110101 | 11011000 | 11101010 | 10111 | 1000 | 0 | 1000 | 11001000 | 111000 | 1010001 |
Color Harmonies of #B5D8EA
Complementary color
Monochromatic Colors of #B5D8EA
Black with #B5D8EA
Text Example
Text Example
White with #B5D8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8EA; }
p { color: rgb(181,216,234); }
H1.HeaderClassName
{
color: #B5D8EA;
}
.AnyTagClassName
{
color: #B5D8EA;
}
</style>
background-color css
<style>
a { background-color: #B5D8EA; }
a { background-color: rgb(181,216,234); }
div.DivClassName
{
background-color: #B5D8EA;
}
.BgClassName
{
background-color: #B5D8EA;
}
</style>
border-color css
<style>
span { border-color: #B5D8EA; }
span { border-color: rgb(181,216,234); }
td.TdClassName
{
border-color: #B5D8EA;
}
.TagClassName
{
border-color: #B5D8EA;
}
</style>