Shades of Light Blue #B5D9EF
Tints of Light Blue #B5D9EF
RGB
CMYK
RGB Variations
Color information
#B5D9EF (or 0xB5D9EF) is known color: Light Blue. HEX triplet: B5, D9 and EF. RGB value is (181,217,239). Sum of RGB (Red+Green+Blue) = 181+217+239=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D9EF is #4A2610. Grayscale: #D0D0D0. Windows color (decimal): -4859409 or 15718837. OLE color: 15718837.
HSL color Cylindrical-coordinate representation of color #B5D9EF: hue angle of 202.76º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5D9EF is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 217 | 239 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.06 |
| HSL | 202.76º | 0.64% | 0.82% | - |
| HSV(B) | 202.76º | 0.24% | 0.94% | - |
| XYZ | 59.45 | 65.68 | 91.21 | - |
| YUV | 208.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 239 | 0.24 | 0.09 | 0 | 0.06 | 202.76 | 0.64 | 0.82 |
| Hex | B5 | D9 | EF | 18 | 9 | 0 | 6 | CB | 40 | 52 |
| Octal | 265 | 331 | 357 | 30 | 11 | 0 | 6 | 313 | 100 | 122 |
| Binary | 10110101 | 11011001 | 11101111 | 11000 | 1001 | 0 | 110 | 11001011 | 1000000 | 1010010 |
Color Harmonies of #B5D9EF
Complementary color
Monochromatic Colors of #B5D9EF
Black with #B5D9EF
Text Example
Text Example
White with #B5D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D9EF; }
p { color: rgb(181,217,239); }
H1.HeaderClassName
{
color: #B5D9EF;
}
.AnyTagClassName
{
color: #B5D9EF;
}
</style>
background-color css
<style>
a { background-color: #B5D9EF; }
a { background-color: rgb(181,217,239); }
div.DivClassName
{
background-color: #B5D9EF;
}
.BgClassName
{
background-color: #B5D9EF;
}
</style>
border-color css
<style>
span { border-color: #B5D9EF; }
span { border-color: rgb(181,217,239); }
td.TdClassName
{
border-color: #B5D9EF;
}
.TagClassName
{
border-color: #B5D9EF;
}
</style>