Shades of Light Blue #B5D8EC
Tints of Light Blue #B5D8EC
RGB
CMYK
RGB Variations
Color information
#B5D8EC (or 0xB5D8EC) is known color: Light Blue. HEX triplet: B5, D8 and EC. RGB value is (181,216,236). Sum of RGB (Red+Green+Blue) = 181+216+236=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5D8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D8EC is #4A2713. Grayscale: #CFCFCF. Windows color (decimal): -4859668 or 15521973. OLE color: 15521973.
HSL color Cylindrical-coordinate representation of color #B5D8EC: hue angle of 201.82º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D8EC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 216 | 236 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.07 |
| HSL | 201.82º | 0.59% | 0.82% | - |
| HSV(B) | 201.82º | 0.23% | 0.93% | - |
| XYZ | 58.75 | 64.99 | 88.8 | - |
| YUV | 207.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 236 | 0.23 | 0.08 | 0 | 0.07 | 201.82 | 0.59 | 0.82 |
| Hex | B5 | D8 | EC | 17 | 8 | 0 | 7 | CA | 3B | 52 |
| Octal | 265 | 330 | 354 | 27 | 10 | 0 | 7 | 312 | 73 | 122 |
| Binary | 10110101 | 11011000 | 11101100 | 10111 | 1000 | 0 | 111 | 11001010 | 111011 | 1010010 |
Color Harmonies of #B5D8EC
Complementary color
Monochromatic Colors of #B5D8EC
Black with #B5D8EC
Text Example
Text Example
White with #B5D8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8EC; }
p { color: rgb(181,216,236); }
H1.HeaderClassName
{
color: #B5D8EC;
}
.AnyTagClassName
{
color: #B5D8EC;
}
</style>
background-color css
<style>
a { background-color: #B5D8EC; }
a { background-color: rgb(181,216,236); }
div.DivClassName
{
background-color: #B5D8EC;
}
.BgClassName
{
background-color: #B5D8EC;
}
</style>
border-color css
<style>
span { border-color: #B5D8EC; }
span { border-color: rgb(181,216,236); }
td.TdClassName
{
border-color: #B5D8EC;
}
.TagClassName
{
border-color: #B5D8EC;
}
</style>