Shades of Light Blue #B1D2E5
Tints of Light Blue #B1D2E5
RGB
CMYK
RGB Variations
Color information
#B1D2E5 (or 0xB1D2E5) is known color: Light Blue. HEX triplet: B1, D2 and E5. RGB value is (177,210,229). Sum of RGB (Red+Green+Blue) = 177+210+229=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #B1D2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2E5 is #4E2D1A. Grayscale: #CACACA. Windows color (decimal): -5123355 or 15061681. OLE color: 15061681.
HSL color Cylindrical-coordinate representation of color #B1D2E5: hue angle of 201.92º 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 #B1D2E5 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 210 | 229 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.10 |
| HSL | 201.92º | 0.5% | 0.8% | - |
| HSV(B) | 201.92º | 0.23% | 0.9% | - |
| XYZ | 55.32 | 61.1 | 83.01 | - |
| YUV | 202.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 229 | 0.23 | 0.08 | 0 | 0.10 | 201.92 | 0.5 | 0.8 |
| Hex | B1 | D2 | E5 | 17 | 8 | 0 | A | CA | 32 | 50 |
| Octal | 261 | 322 | 345 | 27 | 10 | 0 | 12 | 312 | 62 | 120 |
| Binary | 10110001 | 11010010 | 11100101 | 10111 | 1000 | 0 | 1010 | 11001010 | 110010 | 1010000 |
Color Harmonies of #B1D2E5
Complementary color
Monochromatic Colors of #B1D2E5
Black with #B1D2E5
Text Example
Text Example
White with #B1D2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D2E5; }
p { color: rgb(177,210,229); }
H1.HeaderClassName
{
color: #B1D2E5;
}
.AnyTagClassName
{
color: #B1D2E5;
}
</style>
background-color css
<style>
a { background-color: #B1D2E5; }
a { background-color: rgb(177,210,229); }
div.DivClassName
{
background-color: #B1D2E5;
}
.BgClassName
{
background-color: #B1D2E5;
}
</style>
border-color css
<style>
span { border-color: #B1D2E5; }
span { border-color: rgb(177,210,229); }
td.TdClassName
{
border-color: #B1D2E5;
}
.TagClassName
{
border-color: #B1D2E5;
}
</style>