Shades of Light Blue #B1DDED
Tints of Light Blue #B1DDED
RGB
CMYK
RGB Variations
Color information
#B1DDED (or 0xB1DDED) is known color: Light Blue. HEX triplet: B1, DD and ED. RGB value is (177,221,237). Sum of RGB (Red+Green+Blue) = 177+221+237=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDED is #4E2212. Grayscale: #D1D1D1. Windows color (decimal): -5120531 or 15588785. OLE color: 15588785.
HSL color Cylindrical-coordinate representation of color #B1DDED: hue angle of 196º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1DDED is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 221 | 237 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.07 |
| HSL | 196º | 0.63% | 0.81% | - |
| HSV(B) | 196º | 0.25% | 0.93% | - |
| XYZ | 59.27 | 67.17 | 89.96 | - |
| YUV | 209.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 237 | 0.25 | 0.07 | 0 | 0.07 | 196 | 0.63 | 0.81 |
| Hex | B1 | DD | ED | 19 | 7 | 0 | 7 | C4 | 3E | 51 |
| Octal | 261 | 335 | 355 | 31 | 7 | 0 | 7 | 304 | 76 | 121 |
| Binary | 10110001 | 11011101 | 11101101 | 11001 | 111 | 0 | 111 | 11000100 | 111110 | 1010001 |
Color Harmonies of #B1DDED
Complementary color
Monochromatic Colors of #B1DDED
Black with #B1DDED
Text Example
Text Example
White with #B1DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDED; }
p { color: rgb(177,221,237); }
H1.HeaderClassName
{
color: #B1DDED;
}
.AnyTagClassName
{
color: #B1DDED;
}
</style>
background-color css
<style>
a { background-color: #B1DDED; }
a { background-color: rgb(177,221,237); }
div.DivClassName
{
background-color: #B1DDED;
}
.BgClassName
{
background-color: #B1DDED;
}
</style>
border-color css
<style>
span { border-color: #B1DDED; }
span { border-color: rgb(177,221,237); }
td.TdClassName
{
border-color: #B1DDED;
}
.TagClassName
{
border-color: #B1DDED;
}
</style>