Shades of Light Blue #B1DDEE
Tints of Light Blue #B1DDEE
RGB
CMYK
RGB Variations
Color information
#B1DDEE (or 0xB1DDEE) is known color: Light Blue. HEX triplet: B1, DD and EE. RGB value is (177,221,238). Sum of RGB (Red+Green+Blue) = 177+221+238=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1DDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDEE is #4E2211. Grayscale: #D1D1D1. Windows color (decimal): -5120530 or 15654321. OLE color: 15654321.
HSL color Cylindrical-coordinate representation of color #B1DDEE: hue angle of 196.72º 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 #B1DDEE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 221 | 238 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.07 |
| HSL | 196.72º | 0.64% | 0.81% | - |
| HSV(B) | 196.72º | 0.26% | 0.93% | - |
| XYZ | 59.42 | 67.23 | 90.73 | - |
| YUV | 209.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 238 | 0.26 | 0.07 | 0 | 0.07 | 196.72 | 0.64 | 0.81 |
| Hex | B1 | DD | EE | 1A | 7 | 0 | 7 | C5 | 40 | 51 |
| Octal | 261 | 335 | 356 | 32 | 7 | 0 | 7 | 305 | 100 | 121 |
| Binary | 10110001 | 11011101 | 11101110 | 11010 | 111 | 0 | 111 | 11000101 | 1000000 | 1010001 |
Color Harmonies of #B1DDEE
Complementary color
Monochromatic Colors of #B1DDEE
Black with #B1DDEE
Text Example
Text Example
White with #B1DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDEE; }
p { color: rgb(177,221,238); }
H1.HeaderClassName
{
color: #B1DDEE;
}
.AnyTagClassName
{
color: #B1DDEE;
}
</style>
background-color css
<style>
a { background-color: #B1DDEE; }
a { background-color: rgb(177,221,238); }
div.DivClassName
{
background-color: #B1DDEE;
}
.BgClassName
{
background-color: #B1DDEE;
}
</style>
border-color css
<style>
span { border-color: #B1DDEE; }
span { border-color: rgb(177,221,238); }
td.TdClassName
{
border-color: #B1DDEE;
}
.TagClassName
{
border-color: #B1DDEE;
}
</style>