Shades of Light Blue #B5D9EA
Tints of Light Blue #B5D9EA
RGB
CMYK
RGB Variations
Color information
#B5D9EA (or 0xB5D9EA) is known color: Light Blue. HEX triplet: B5, D9 and EA. RGB value is (181,217,234). Sum of RGB (Red+Green+Blue) = 181+217+234=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D9EA is #4A2615. Grayscale: #D0D0D0. Windows color (decimal): -4859414 or 15391157. OLE color: 15391157.
HSL color Cylindrical-coordinate representation of color #B5D9EA: hue angle of 199.25º 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 #B5D9EA is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 217 | 234 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.08 |
| HSL | 199.25º | 0.56% | 0.81% | - |
| HSV(B) | 199.25º | 0.23% | 0.92% | - |
| XYZ | 58.72 | 65.39 | 87.37 | - |
| YUV | 208.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 234 | 0.23 | 0.07 | 0 | 0.08 | 199.25 | 0.56 | 0.81 |
| Hex | B5 | D9 | EA | 17 | 7 | 0 | 8 | C7 | 38 | 51 |
| Octal | 265 | 331 | 352 | 27 | 7 | 0 | 10 | 307 | 70 | 121 |
| Binary | 10110101 | 11011001 | 11101010 | 10111 | 111 | 0 | 1000 | 11000111 | 111000 | 1010001 |
Color Harmonies of #B5D9EA
Complementary color
Monochromatic Colors of #B5D9EA
Black with #B5D9EA
Text Example
Text Example
White with #B5D9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D9EA; }
p { color: rgb(181,217,234); }
H1.HeaderClassName
{
color: #B5D9EA;
}
.AnyTagClassName
{
color: #B5D9EA;
}
</style>
background-color css
<style>
a { background-color: #B5D9EA; }
a { background-color: rgb(181,217,234); }
div.DivClassName
{
background-color: #B5D9EA;
}
.BgClassName
{
background-color: #B5D9EA;
}
</style>
border-color css
<style>
span { border-color: #B5D9EA; }
span { border-color: rgb(181,217,234); }
td.TdClassName
{
border-color: #B5D9EA;
}
.TagClassName
{
border-color: #B5D9EA;
}
</style>