Shades of Light Blue #B5D5DC
Tints of Light Blue #B5D5DC
RGB
CMYK
RGB Variations
Color information
#B5D5DC (or 0xB5D5DC) is known color: Light Blue. HEX triplet: B5, D5 and DC. RGB value is (181,213,220). Sum of RGB (Red+Green+Blue) = 181+213+220=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5D5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D5DC is #4A2A23. Grayscale: #CCCCCC. Windows color (decimal): -4860452 or 14472629. OLE color: 14472629.
HSL color Cylindrical-coordinate representation of color #B5D5DC: hue angle of 190.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5D5DC is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 213 | 220 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.14 |
| HSL | 190.77º | 0.36% | 0.79% | - |
| HSV(B) | 190.77º | 0.18% | 0.86% | - |
| XYZ | 55.77 | 62.58 | 76.85 | - |
| YUV | 204.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 220 | 0.18 | 0.03 | 0 | 0.14 | 190.77 | 0.36 | 0.79 |
| Hex | B5 | D5 | DC | 12 | 3 | 0 | E | BF | 24 | 4F |
| Octal | 265 | 325 | 334 | 22 | 3 | 0 | 16 | 277 | 44 | 117 |
| Binary | 10110101 | 11010101 | 11011100 | 10010 | 11 | 0 | 1110 | 10111111 | 100100 | 1001111 |
Color Harmonies of #B5D5DC
Complementary color
Monochromatic Colors of #B5D5DC
Black with #B5D5DC
Text Example
Text Example
White with #B5D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D5DC; }
p { color: rgb(181,213,220); }
H1.HeaderClassName
{
color: #B5D5DC;
}
.AnyTagClassName
{
color: #B5D5DC;
}
</style>
background-color css
<style>
a { background-color: #B5D5DC; }
a { background-color: rgb(181,213,220); }
div.DivClassName
{
background-color: #B5D5DC;
}
.BgClassName
{
background-color: #B5D5DC;
}
</style>
border-color css
<style>
span { border-color: #B5D5DC; }
span { border-color: rgb(181,213,220); }
td.TdClassName
{
border-color: #B5D5DC;
}
.TagClassName
{
border-color: #B5D5DC;
}
</style>