Shades of Light Blue #B5D8EB
Tints of Light Blue #B5D8EB
RGB
CMYK
RGB Variations
Color information
#B5D8EB (or 0xB5D8EB) is known color: Light Blue. HEX triplet: B5, D8 and EB. RGB value is (181,216,235). Sum of RGB (Red+Green+Blue) = 181+216+235=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D8EB is #4A2714. Grayscale: #CFCFCF. Windows color (decimal): -4859669 or 15456437. OLE color: 15456437.
HSL color Cylindrical-coordinate representation of color #B5D8EB: hue angle of 201.11º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D8EB is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 216 | 235 | - |
CMYK | 0.23 | 0.08 | 0 | 0.08 |
HSL | 201.11º | 0.57% | 0.82% | - |
HSV(B) | 201.11º | 0.23% | 0.92% | - |
XYZ | 58.61 | 64.93 | 88.04 | - |
YUV | 207.7 | 143.4 | 108.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 216 | 235 | 0.23 | 0.08 | 0 | 0.08 | 201.11 | 0.57 | 0.82 |
Hex | B5 | D8 | EB | 17 | 8 | 0 | 8 | C9 | 39 | 52 |
Octal | 265 | 330 | 353 | 27 | 10 | 0 | 10 | 311 | 71 | 122 |
Binary | 10110101 | 11011000 | 11101011 | 10111 | 1000 | 0 | 1000 | 11001001 | 111001 | 1010010 |
Color Harmonies of #B5D8EB
Complementary color
Monochromatic Colors of #B5D8EB
Black with #B5D8EB
Text Example
Text Example
White with #B5D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8EB; }
p { color: rgb(181,216,235); }
H1.HeaderClassName
{
color: #B5D8EB;
}
.AnyTagClassName
{
color: #B5D8EB;
}
</style>
background-color css
<style>
a { background-color: #B5D8EB; }
a { background-color: rgb(181,216,235); }
div.DivClassName
{
background-color: #B5D8EB;
}
.BgClassName
{
background-color: #B5D8EB;
}
</style>
border-color css
<style>
span { border-color: #B5D8EB; }
span { border-color: rgb(181,216,235); }
td.TdClassName
{
border-color: #B5D8EB;
}
.TagClassName
{
border-color: #B5D8EB;
}
</style>