Shades of Powder Blue #B3E1EA
Tints of Powder Blue #B3E1EA
RGB
CMYK
RGB Variations
Color information
#B3E1EA (or 0xB3E1EA) is known color: Powder Blue. HEX triplet: B3, E1 and EA. RGB value is (179,225,234). Sum of RGB (Red+Green+Blue) = 179+225+234=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E1EA is #4C1E15. Grayscale: #D4D4D4. Windows color (decimal): -4988438 or 15393203. OLE color: 15393203.
HSL color Cylindrical-coordinate representation of color #B3E1EA: hue angle of 189.82º 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 #B3E1EA is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 225 | 234 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.08 |
| HSL | 189.82º | 0.57% | 0.81% | - |
| HSV(B) | 189.82º | 0.24% | 0.92% | - |
| XYZ | 60.37 | 69.37 | 88.05 | - |
| YUV | 212.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 234 | 0.24 | 0.04 | 0 | 0.08 | 189.82 | 0.57 | 0.81 |
| Hex | B3 | E1 | EA | 18 | 4 | 0 | 8 | BE | 39 | 51 |
| Octal | 263 | 341 | 352 | 30 | 4 | 0 | 10 | 276 | 71 | 121 |
| Binary | 10110011 | 11100001 | 11101010 | 11000 | 100 | 0 | 1000 | 10111110 | 111001 | 1010001 |
Color Harmonies of #B3E1EA
Complementary color
Monochromatic Colors of #B3E1EA
Black with #B3E1EA
Text Example
Text Example
White with #B3E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E1EA; }
p { color: rgb(179,225,234); }
H1.HeaderClassName
{
color: #B3E1EA;
}
.AnyTagClassName
{
color: #B3E1EA;
}
</style>
background-color css
<style>
a { background-color: #B3E1EA; }
a { background-color: rgb(179,225,234); }
div.DivClassName
{
background-color: #B3E1EA;
}
.BgClassName
{
background-color: #B3E1EA;
}
</style>
border-color css
<style>
span { border-color: #B3E1EA; }
span { border-color: rgb(179,225,234); }
td.TdClassName
{
border-color: #B3E1EA;
}
.TagClassName
{
border-color: #B3E1EA;
}
</style>