Shades of Powder Blue #B3E4EE
Tints of Powder Blue #B3E4EE
RGB
CMYK
RGB Variations
Color information
#B3E4EE (or 0xB3E4EE) is known color: Powder Blue. HEX triplet: B3, E4 and EE. RGB value is (179,228,238). Sum of RGB (Red+Green+Blue) = 179+228+238=645 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.75% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3E4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E4EE is #4C1B11. Grayscale: #D6D6D6. Windows color (decimal): -4987666 or 15656115. OLE color: 15656115.
HSL color Cylindrical-coordinate representation of color #B3E4EE: hue angle of 190.17º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3E4EE is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 228 | 238 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.07 |
| HSL | 190.17º | 0.63% | 0.82% | - |
| HSV(B) | 190.17º | 0.25% | 0.93% | - |
| XYZ | 61.77 | 71.24 | 91.38 | - |
| YUV | 214.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 228 | 238 | 0.25 | 0.04 | 0 | 0.07 | 190.17 | 0.63 | 0.82 |
| Hex | B3 | E4 | EE | 19 | 4 | 0 | 7 | BE | 3F | 52 |
| Octal | 263 | 344 | 356 | 31 | 4 | 0 | 7 | 276 | 77 | 122 |
| Binary | 10110011 | 11100100 | 11101110 | 11001 | 100 | 0 | 111 | 10111110 | 111111 | 1010010 |
Color Harmonies of #B3E4EE
Complementary color
Monochromatic Colors of #B3E4EE
Black with #B3E4EE
Text Example
Text Example
White with #B3E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E4EE; }
p { color: rgb(179,228,238); }
H1.HeaderClassName
{
color: #B3E4EE;
}
.AnyTagClassName
{
color: #B3E4EE;
}
</style>
background-color css
<style>
a { background-color: #B3E4EE; }
a { background-color: rgb(179,228,238); }
div.DivClassName
{
background-color: #B3E4EE;
}
.BgClassName
{
background-color: #B3E4EE;
}
</style>
border-color css
<style>
span { border-color: #B3E4EE; }
span { border-color: rgb(179,228,238); }
td.TdClassName
{
border-color: #B3E4EE;
}
.TagClassName
{
border-color: #B3E4EE;
}
</style>