Shades of Light Blue #B1D6E5
Tints of Light Blue #B1D6E5
RGB
CMYK
RGB Variations
Color information
#B1D6E5 (or 0xB1D6E5) is known color: Light Blue. HEX triplet: B1, D6 and E5. RGB value is (177,214,229). Sum of RGB (Red+Green+Blue) = 177+214+229=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #B1D6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D6E5 is #4E291A. Grayscale: #CCCCCC. Windows color (decimal): -5122331 or 15062705. OLE color: 15062705.
HSL color Cylindrical-coordinate representation of color #B1D6E5: hue angle of 197.31º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1D6E5 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 214 | 229 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.10 |
| HSL | 197.31º | 0.5% | 0.8% | - |
| HSV(B) | 197.31º | 0.23% | 0.9% | - |
| XYZ | 56.32 | 63.1 | 83.34 | - |
| YUV | 204.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 229 | 0.23 | 0.07 | 0 | 0.10 | 197.31 | 0.5 | 0.8 |
| Hex | B1 | D6 | E5 | 17 | 7 | 0 | A | C5 | 32 | 50 |
| Octal | 261 | 326 | 345 | 27 | 7 | 0 | 12 | 305 | 62 | 120 |
| Binary | 10110001 | 11010110 | 11100101 | 10111 | 111 | 0 | 1010 | 11000101 | 110010 | 1010000 |
Color Harmonies of #B1D6E5
Complementary color
Monochromatic Colors of #B1D6E5
Black with #B1D6E5
Text Example
Text Example
White with #B1D6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D6E5; }
p { color: rgb(177,214,229); }
H1.HeaderClassName
{
color: #B1D6E5;
}
.AnyTagClassName
{
color: #B1D6E5;
}
</style>
background-color css
<style>
a { background-color: #B1D6E5; }
a { background-color: rgb(177,214,229); }
div.DivClassName
{
background-color: #B1D6E5;
}
.BgClassName
{
background-color: #B1D6E5;
}
</style>
border-color css
<style>
span { border-color: #B1D6E5; }
span { border-color: rgb(177,214,229); }
td.TdClassName
{
border-color: #B1D6E5;
}
.TagClassName
{
border-color: #B1D6E5;
}
</style>