Shades of Powder Blue #B1DEE1
Tints of Powder Blue #B1DEE1
RGB
CMYK
RGB Variations
Color information
#B1DEE1 (or 0xB1DEE1) is known color: Powder Blue. HEX triplet: B1, DE and E1. RGB value is (177,222,225). Sum of RGB (Red+Green+Blue) = 177+222+225=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1DEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEE1 is #4E211E. Grayscale: #D0D0D0. Windows color (decimal): -5120287 or 14802609. OLE color: 14802609.
HSL color Cylindrical-coordinate representation of color #B1DEE1: hue angle of 183.75º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DEE1 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 222 | 225 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.12 |
| HSL | 183.75º | 0.44% | 0.79% | - |
| HSV(B) | 183.75º | 0.21% | 0.88% | - |
| XYZ | 57.84 | 67.03 | 81.12 | - |
| YUV | 208.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 225 | 0.21 | 0.01 | 0 | 0.12 | 183.75 | 0.44 | 0.79 |
| Hex | B1 | DE | E1 | 15 | 1 | 0 | C | B8 | 2C | 4F |
| Octal | 261 | 336 | 341 | 25 | 1 | 0 | 14 | 270 | 54 | 117 |
| Binary | 10110001 | 11011110 | 11100001 | 10101 | 1 | 0 | 1100 | 10111000 | 101100 | 1001111 |
Color Harmonies of #B1DEE1
Complementary color
Monochromatic Colors of #B1DEE1
Black with #B1DEE1
Text Example
Text Example
White with #B1DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DEE1; }
p { color: rgb(177,222,225); }
H1.HeaderClassName
{
color: #B1DEE1;
}
.AnyTagClassName
{
color: #B1DEE1;
}
</style>
background-color css
<style>
a { background-color: #B1DEE1; }
a { background-color: rgb(177,222,225); }
div.DivClassName
{
background-color: #B1DEE1;
}
.BgClassName
{
background-color: #B1DEE1;
}
</style>
border-color css
<style>
span { border-color: #B1DEE1; }
span { border-color: rgb(177,222,225); }
td.TdClassName
{
border-color: #B1DEE1;
}
.TagClassName
{
border-color: #B1DEE1;
}
</style>