Shades of Powder Blue #B4E1EA
Tints of Powder Blue #B4E1EA
RGB
CMYK
RGB Variations
Color information
#B4E1EA (or 0xB4E1EA) is known color: Powder Blue. HEX triplet: B4, E1 and EA. RGB value is (180,225,234). Sum of RGB (Red+Green+Blue) = 180+225+234=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E1EA is #4B1E15. Grayscale: #D4D4D4. Windows color (decimal): -4922902 or 15393204. OLE color: 15393204.
HSL color Cylindrical-coordinate representation of color #B4E1EA: hue angle of 190º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E1EA is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 225 | 234 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.08 |
| HSL | 190º | 0.56% | 0.81% | - |
| HSV(B) | 190º | 0.23% | 0.92% | - |
| XYZ | 60.6 | 69.49 | 88.06 | - |
| YUV | 212.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 234 | 0.23 | 0.04 | 0 | 0.08 | 190 | 0.56 | 0.81 |
| Hex | B4 | E1 | EA | 17 | 4 | 0 | 8 | BE | 38 | 51 |
| Octal | 264 | 341 | 352 | 27 | 4 | 0 | 10 | 276 | 70 | 121 |
| Binary | 10110100 | 11100001 | 11101010 | 10111 | 100 | 0 | 1000 | 10111110 | 111000 | 1010001 |
Color Harmonies of #B4E1EA
Complementary color
Monochromatic Colors of #B4E1EA
Black with #B4E1EA
Text Example
Text Example
White with #B4E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1EA; }
p { color: rgb(180,225,234); }
H1.HeaderClassName
{
color: #B4E1EA;
}
.AnyTagClassName
{
color: #B4E1EA;
}
</style>
background-color css
<style>
a { background-color: #B4E1EA; }
a { background-color: rgb(180,225,234); }
div.DivClassName
{
background-color: #B4E1EA;
}
.BgClassName
{
background-color: #B4E1EA;
}
</style>
border-color css
<style>
span { border-color: #B4E1EA; }
span { border-color: rgb(180,225,234); }
td.TdClassName
{
border-color: #B4E1EA;
}
.TagClassName
{
border-color: #B4E1EA;
}
</style>