Shades of Light Blue #B5DDEC
Tints of Light Blue #B5DDEC
RGB
CMYK
RGB Variations
Color information
#B5DDEC (or 0xB5DDEC) is known color: Light Blue. HEX triplet: B5, DD and EC. RGB value is (181,221,236). Sum of RGB (Red+Green+Blue) = 181+221+236=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DDEC is #4A2213. Grayscale: #D2D2D2. Windows color (decimal): -4858388 or 15523253. OLE color: 15523253.
HSL color Cylindrical-coordinate representation of color #B5DDEC: hue angle of 196.36º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DDEC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 221 | 236 | - |
CMYK | 0.23 | 0.06 | 0 | 0.07 |
HSL | 196.36º | 0.59% | 0.82% | - |
HSV(B) | 196.36º | 0.23% | 0.93% | - |
XYZ | 60.05 | 67.59 | 89.24 | - |
YUV | 210.75 | 142.25 | 106.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 221 | 236 | 0.23 | 0.06 | 0 | 0.07 | 196.36 | 0.59 | 0.82 |
Hex | B5 | DD | EC | 17 | 6 | 0 | 7 | C4 | 3B | 52 |
Octal | 265 | 335 | 354 | 27 | 6 | 0 | 7 | 304 | 73 | 122 |
Binary | 10110101 | 11011101 | 11101100 | 10111 | 110 | 0 | 111 | 11000100 | 111011 | 1010010 |
Color Harmonies of #B5DDEC
Complementary color
Monochromatic Colors of #B5DDEC
Black with #B5DDEC
Text Example
Text Example
White with #B5DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DDEC; }
p { color: rgb(181,221,236); }
H1.HeaderClassName
{
color: #B5DDEC;
}
.AnyTagClassName
{
color: #B5DDEC;
}
</style>
background-color css
<style>
a { background-color: #B5DDEC; }
a { background-color: rgb(181,221,236); }
div.DivClassName
{
background-color: #B5DDEC;
}
.BgClassName
{
background-color: #B5DDEC;
}
</style>
border-color css
<style>
span { border-color: #B5DDEC; }
span { border-color: rgb(181,221,236); }
td.TdClassName
{
border-color: #B5DDEC;
}
.TagClassName
{
border-color: #B5DDEC;
}
</style>