Shades of Light Blue #B5DBEC
Tints of Light Blue #B5DBEC
RGB
CMYK
RGB Variations
Color information
#B5DBEC (or 0xB5DBEC) is known color: Light Blue. HEX triplet: B5, DB and EC. RGB value is (181,219,236). Sum of RGB (Red+Green+Blue) = 181+219+236=636 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.46% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBEC is #4A2413. Grayscale: #D1D1D1. Windows color (decimal): -4858900 or 15522741. OLE color: 15522741.
HSL color Cylindrical-coordinate representation of color #B5DBEC: hue angle of 198.55º 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 #B5DBEC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 219 | 236 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.07 |
| HSL | 198.55º | 0.59% | 0.82% | - |
| HSV(B) | 198.55º | 0.23% | 0.93% | - |
| XYZ | 59.53 | 66.54 | 89.06 | - |
| YUV | 209.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 236 | 0.23 | 0.07 | 0 | 0.07 | 198.55 | 0.59 | 0.82 |
| Hex | B5 | DB | EC | 17 | 7 | 0 | 7 | C7 | 3B | 52 |
| Octal | 265 | 333 | 354 | 27 | 7 | 0 | 7 | 307 | 73 | 122 |
| Binary | 10110101 | 11011011 | 11101100 | 10111 | 111 | 0 | 111 | 11000111 | 111011 | 1010010 |
Color Harmonies of #B5DBEC
Complementary color
Monochromatic Colors of #B5DBEC
Black with #B5DBEC
Text Example
Text Example
White with #B5DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBEC; }
p { color: rgb(181,219,236); }
H1.HeaderClassName
{
color: #B5DBEC;
}
.AnyTagClassName
{
color: #B5DBEC;
}
</style>
background-color css
<style>
a { background-color: #B5DBEC; }
a { background-color: rgb(181,219,236); }
div.DivClassName
{
background-color: #B5DBEC;
}
.BgClassName
{
background-color: #B5DBEC;
}
</style>
border-color css
<style>
span { border-color: #B5DBEC; }
span { border-color: rgb(181,219,236); }
td.TdClassName
{
border-color: #B5DBEC;
}
.TagClassName
{
border-color: #B5DBEC;
}
</style>