Shades of Light Blue #B1DBEE
Tints of Light Blue #B1DBEE
RGB
CMYK
RGB Variations
Color information
#B1DBEE (or 0xB1DBEE) is known color: Light Blue. HEX triplet: B1, DB and EE. RGB value is (177,219,238). Sum of RGB (Red+Green+Blue) = 177+219+238=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBEE is #4E2411. Grayscale: #D0D0D0. Windows color (decimal): -5121042 or 15653809. OLE color: 15653809.
HSL color Cylindrical-coordinate representation of color #B1DBEE: hue angle of 198.69º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1DBEE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 219 | 238 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.07 |
| HSL | 198.69º | 0.64% | 0.81% | - |
| HSV(B) | 198.69º | 0.26% | 0.93% | - |
| XYZ | 58.9 | 66.18 | 90.56 | - |
| YUV | 208.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 238 | 0.26 | 0.08 | 0 | 0.07 | 198.69 | 0.64 | 0.81 |
| Hex | B1 | DB | EE | 1A | 8 | 0 | 7 | C7 | 40 | 51 |
| Octal | 261 | 333 | 356 | 32 | 10 | 0 | 7 | 307 | 100 | 121 |
| Binary | 10110001 | 11011011 | 11101110 | 11010 | 1000 | 0 | 111 | 11000111 | 1000000 | 1010001 |
Color Harmonies of #B1DBEE
Complementary color
Monochromatic Colors of #B1DBEE
Black with #B1DBEE
Text Example
Text Example
White with #B1DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBEE; }
p { color: rgb(177,219,238); }
H1.HeaderClassName
{
color: #B1DBEE;
}
.AnyTagClassName
{
color: #B1DBEE;
}
</style>
background-color css
<style>
a { background-color: #B1DBEE; }
a { background-color: rgb(177,219,238); }
div.DivClassName
{
background-color: #B1DBEE;
}
.BgClassName
{
background-color: #B1DBEE;
}
</style>
border-color css
<style>
span { border-color: #B1DBEE; }
span { border-color: rgb(177,219,238); }
td.TdClassName
{
border-color: #B1DBEE;
}
.TagClassName
{
border-color: #B1DBEE;
}
</style>