Shades of Powder Blue #B3E4EA
Tints of Powder Blue #B3E4EA
RGB
CMYK
RGB Variations
Color information
#B3E4EA (or 0xB3E4EA) is known color: Powder Blue. HEX triplet: B3, E4 and EA. RGB value is (179,228,234). Sum of RGB (Red+Green+Blue) = 179+228+234=641 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.93% from 641); Green value is 228 (89.45% from 255 or 35.57% 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 #B3E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E4EA is #4C1B15. Grayscale: #D5D5D5. Windows color (decimal): -4987670 or 15393971. OLE color: 15393971.
HSL color Cylindrical-coordinate representation of color #B3E4EA: hue angle of 186.55º 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 #B3E4EA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 228 | 234 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.08 |
| HSL | 186.55º | 0.57% | 0.81% | - |
| HSV(B) | 186.55º | 0.24% | 0.92% | - |
| XYZ | 61.19 | 71.01 | 88.32 | - |
| YUV | 214.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 228 | 234 | 0.24 | 0.03 | 0 | 0.08 | 186.55 | 0.57 | 0.81 |
| Hex | B3 | E4 | EA | 18 | 3 | 0 | 8 | BB | 39 | 51 |
| Octal | 263 | 344 | 352 | 30 | 3 | 0 | 10 | 273 | 71 | 121 |
| Binary | 10110011 | 11100100 | 11101010 | 11000 | 11 | 0 | 1000 | 10111011 | 111001 | 1010001 |
Color Harmonies of #B3E4EA
Complementary color
Monochromatic Colors of #B3E4EA
Black with #B3E4EA
Text Example
Text Example
White with #B3E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E4EA; }
p { color: rgb(179,228,234); }
H1.HeaderClassName
{
color: #B3E4EA;
}
.AnyTagClassName
{
color: #B3E4EA;
}
</style>
background-color css
<style>
a { background-color: #B3E4EA; }
a { background-color: rgb(179,228,234); }
div.DivClassName
{
background-color: #B3E4EA;
}
.BgClassName
{
background-color: #B3E4EA;
}
</style>
border-color css
<style>
span { border-color: #B3E4EA; }
span { border-color: rgb(179,228,234); }
td.TdClassName
{
border-color: #B3E4EA;
}
.TagClassName
{
border-color: #B3E4EA;
}
</style>