Shades of Light Blue #B5D2DC
Tints of Light Blue #B5D2DC
RGB
CMYK
RGB Variations
Color information
#B5D2DC (or 0xB5D2DC) is known color: Light Blue. HEX triplet: B5, D2 and DC. RGB value is (181,210,220). Sum of RGB (Red+Green+Blue) = 181+210+220=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2DC is #4A2D23. Grayscale: #CACACA. Windows color (decimal): -4861220 or 14471861. OLE color: 14471861.
HSL color Cylindrical-coordinate representation of color #B5D2DC: hue angle of 195.38º 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 #B5D2DC is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 210 | 220 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.14 |
| HSL | 195.38º | 0.36% | 0.79% | - |
| HSV(B) | 195.38º | 0.18% | 0.86% | - |
| XYZ | 55.02 | 61.08 | 76.6 | - |
| YUV | 202.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 220 | 0.18 | 0.05 | 0 | 0.14 | 195.38 | 0.36 | 0.79 |
| Hex | B5 | D2 | DC | 12 | 5 | 0 | E | C3 | 24 | 4F |
| Octal | 265 | 322 | 334 | 22 | 5 | 0 | 16 | 303 | 44 | 117 |
| Binary | 10110101 | 11010010 | 11011100 | 10010 | 101 | 0 | 1110 | 11000011 | 100100 | 1001111 |
Color Harmonies of #B5D2DC
Complementary color
Monochromatic Colors of #B5D2DC
Black with #B5D2DC
Text Example
Text Example
White with #B5D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D2DC; }
p { color: rgb(181,210,220); }
H1.HeaderClassName
{
color: #B5D2DC;
}
.AnyTagClassName
{
color: #B5D2DC;
}
</style>
background-color css
<style>
a { background-color: #B5D2DC; }
a { background-color: rgb(181,210,220); }
div.DivClassName
{
background-color: #B5D2DC;
}
.BgClassName
{
background-color: #B5D2DC;
}
</style>
border-color css
<style>
span { border-color: #B5D2DC; }
span { border-color: rgb(181,210,220); }
td.TdClassName
{
border-color: #B5D2DC;
}
.TagClassName
{
border-color: #B5D2DC;
}
</style>