Shades of Light Blue #B5CEDB
Tints of Light Blue #B5CEDB
RGB
CMYK
RGB Variations
Color information
#B5CEDB (or 0xB5CEDB) is known color: Light Blue. HEX triplet: B5, CE and DB. RGB value is (181,206,219). Sum of RGB (Red+Green+Blue) = 181+206+219=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEDB is #4A3124. Grayscale: #C7C7C7. Windows color (decimal): -4862245 or 14405301. OLE color: 14405301.
HSL color Cylindrical-coordinate representation of color #B5CEDB: hue angle of 200.53º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5CEDB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 206 | 219 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.14 |
| HSL | 200.53º | 0.35% | 0.78% | - |
| HSV(B) | 200.53º | 0.17% | 0.86% | - |
| XYZ | 53.91 | 59.08 | 75.58 | - |
| YUV | 200.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 219 | 0.17 | 0.06 | 0 | 0.14 | 200.53 | 0.35 | 0.78 |
| Hex | B5 | CE | DB | 11 | 6 | 0 | E | C9 | 23 | 4E |
| Octal | 265 | 316 | 333 | 21 | 6 | 0 | 16 | 311 | 43 | 116 |
| Binary | 10110101 | 11001110 | 11011011 | 10001 | 110 | 0 | 1110 | 11001001 | 100011 | 1001110 |
Color Harmonies of #B5CEDB
Complementary color
Monochromatic Colors of #B5CEDB
Black with #B5CEDB
Text Example
Text Example
White with #B5CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEDB; }
p { color: rgb(181,206,219); }
H1.HeaderClassName
{
color: #B5CEDB;
}
.AnyTagClassName
{
color: #B5CEDB;
}
</style>
background-color css
<style>
a { background-color: #B5CEDB; }
a { background-color: rgb(181,206,219); }
div.DivClassName
{
background-color: #B5CEDB;
}
.BgClassName
{
background-color: #B5CEDB;
}
</style>
border-color css
<style>
span { border-color: #B5CEDB; }
span { border-color: rgb(181,206,219); }
td.TdClassName
{
border-color: #B5CEDB;
}
.TagClassName
{
border-color: #B5CEDB;
}
</style>