Shades of Light Blue #B5CFDB
Tints of Light Blue #B5CFDB
RGB
CMYK
RGB Variations
Color information
#B5CFDB (or 0xB5CFDB) is known color: Light Blue. HEX triplet: B5, CF and DB. RGB value is (181,207,219). Sum of RGB (Red+Green+Blue) = 181+207+219=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFDB is #4A3024. Grayscale: #C8C8C8. Windows color (decimal): -4861989 or 14405557. OLE color: 14405557.
HSL color Cylindrical-coordinate representation of color #B5CFDB: hue angle of 198.95º 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 #B5CFDB is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 207 | 219 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.14 |
| HSL | 198.95º | 0.35% | 0.78% | - |
| HSV(B) | 198.95º | 0.17% | 0.86% | - |
| XYZ | 54.16 | 59.56 | 75.66 | - |
| YUV | 200.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 219 | 0.17 | 0.05 | 0 | 0.14 | 198.95 | 0.35 | 0.78 |
| Hex | B5 | CF | DB | 11 | 5 | 0 | E | C7 | 23 | 4E |
| Octal | 265 | 317 | 333 | 21 | 5 | 0 | 16 | 307 | 43 | 116 |
| Binary | 10110101 | 11001111 | 11011011 | 10001 | 101 | 0 | 1110 | 11000111 | 100011 | 1001110 |
Color Harmonies of #B5CFDB
Complementary color
Monochromatic Colors of #B5CFDB
Black with #B5CFDB
Text Example
Text Example
White with #B5CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFDB; }
p { color: rgb(181,207,219); }
H1.HeaderClassName
{
color: #B5CFDB;
}
.AnyTagClassName
{
color: #B5CFDB;
}
</style>
background-color css
<style>
a { background-color: #B5CFDB; }
a { background-color: rgb(181,207,219); }
div.DivClassName
{
background-color: #B5CFDB;
}
.BgClassName
{
background-color: #B5CFDB;
}
</style>
border-color css
<style>
span { border-color: #B5CFDB; }
span { border-color: rgb(181,207,219); }
td.TdClassName
{
border-color: #B5CFDB;
}
.TagClassName
{
border-color: #B5CFDB;
}
</style>