Shades of Powder Blue #B2E5EA
Tints of Powder Blue #B2E5EA
RGB
CMYK
RGB Variations
Color information
#B2E5EA (or 0xB2E5EA) is known color: Powder Blue. HEX triplet: B2, E5 and EA. RGB value is (178,229,234). Sum of RGB (Red+Green+Blue) = 178+229+234=641 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.77% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2E5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E5EA is #4D1A15. Grayscale: #D6D6D6. Windows color (decimal): -5052950 or 15394226. OLE color: 15394226.
HSL color Cylindrical-coordinate representation of color #B2E5EA: hue angle of 185.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E5EA is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 229 | 234 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.08 |
| HSL | 185.36º | 0.57% | 0.81% | - |
| HSV(B) | 185.36º | 0.24% | 0.92% | - |
| XYZ | 61.23 | 71.44 | 88.4 | - |
| YUV | 214.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 234 | 0.24 | 0.02 | 0 | 0.08 | 185.36 | 0.57 | 0.81 |
| Hex | B2 | E5 | EA | 18 | 2 | 0 | 8 | B9 | 39 | 51 |
| Octal | 262 | 345 | 352 | 30 | 2 | 0 | 10 | 271 | 71 | 121 |
| Binary | 10110010 | 11100101 | 11101010 | 11000 | 10 | 0 | 1000 | 10111001 | 111001 | 1010001 |
Color Harmonies of #B2E5EA
Complementary color
Monochromatic Colors of #B2E5EA
Black with #B2E5EA
Text Example
Text Example
White with #B2E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E5EA; }
p { color: rgb(178,229,234); }
H1.HeaderClassName
{
color: #B2E5EA;
}
.AnyTagClassName
{
color: #B2E5EA;
}
</style>
background-color css
<style>
a { background-color: #B2E5EA; }
a { background-color: rgb(178,229,234); }
div.DivClassName
{
background-color: #B2E5EA;
}
.BgClassName
{
background-color: #B2E5EA;
}
</style>
border-color css
<style>
span { border-color: #B2E5EA; }
span { border-color: rgb(178,229,234); }
td.TdClassName
{
border-color: #B2E5EA;
}
.TagClassName
{
border-color: #B2E5EA;
}
</style>