Shades of Light Blue #B5DCE6
Tints of Light Blue #B5DCE6
RGB
CMYK
RGB Variations
Color information
#B5DCE6 (or 0xB5DCE6) is known color: Light Blue. HEX triplet: B5, DC and E6. RGB value is (181,220,230). Sum of RGB (Red+Green+Blue) = 181+220+230=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5DCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DCE6 is #4A2319. Grayscale: #D1D1D1. Windows color (decimal): -4858650 or 15129781. OLE color: 15129781.
HSL color Cylindrical-coordinate representation of color #B5DCE6: hue angle of 192.24º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5DCE6 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 220 | 230 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.10 |
| HSL | 192.24º | 0.49% | 0.81% | - |
| HSV(B) | 192.24º | 0.21% | 0.9% | - |
| XYZ | 58.93 | 66.72 | 84.64 | - |
| YUV | 209.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 230 | 0.21 | 0.04 | 0 | 0.10 | 192.24 | 0.49 | 0.81 |
| Hex | B5 | DC | E6 | 15 | 4 | 0 | A | C0 | 31 | 51 |
| Octal | 265 | 334 | 346 | 25 | 4 | 0 | 12 | 300 | 61 | 121 |
| Binary | 10110101 | 11011100 | 11100110 | 10101 | 100 | 0 | 1010 | 11000000 | 110001 | 1010001 |
Color Harmonies of #B5DCE6
Complementary color
Monochromatic Colors of #B5DCE6
Black with #B5DCE6
Text Example
Text Example
White with #B5DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCE6; }
p { color: rgb(181,220,230); }
H1.HeaderClassName
{
color: #B5DCE6;
}
.AnyTagClassName
{
color: #B5DCE6;
}
</style>
background-color css
<style>
a { background-color: #B5DCE6; }
a { background-color: rgb(181,220,230); }
div.DivClassName
{
background-color: #B5DCE6;
}
.BgClassName
{
background-color: #B5DCE6;
}
</style>
border-color css
<style>
span { border-color: #B5DCE6; }
span { border-color: rgb(181,220,230); }
td.TdClassName
{
border-color: #B5DCE6;
}
.TagClassName
{
border-color: #B5DCE6;
}
</style>