Shades of Powder Blue #B3E0EA
Tints of Powder Blue #B3E0EA
RGB
CMYK
RGB Variations
Color information
#B3E0EA (or 0xB3E0EA) is known color: Powder Blue. HEX triplet: B3, E0 and EA. RGB value is (179,224,234). Sum of RGB (Red+Green+Blue) = 179+224+234=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E0EA is #4C1F15. Grayscale: #D3D3D3. Windows color (decimal): -4988694 or 15392947. OLE color: 15392947.
HSL color Cylindrical-coordinate representation of color #B3E0EA: hue angle of 190.91º 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 #B3E0EA is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 224 | 234 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.08 |
| HSL | 190.91º | 0.57% | 0.81% | - |
| HSV(B) | 190.91º | 0.24% | 0.92% | - |
| XYZ | 60.1 | 68.84 | 87.96 | - |
| YUV | 211.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 234 | 0.24 | 0.04 | 0 | 0.08 | 190.91 | 0.57 | 0.81 |
| Hex | B3 | E0 | EA | 18 | 4 | 0 | 8 | BF | 39 | 51 |
| Octal | 263 | 340 | 352 | 30 | 4 | 0 | 10 | 277 | 71 | 121 |
| Binary | 10110011 | 11100000 | 11101010 | 11000 | 100 | 0 | 1000 | 10111111 | 111001 | 1010001 |
Color Harmonies of #B3E0EA
Complementary color
Monochromatic Colors of #B3E0EA
Black with #B3E0EA
Text Example
Text Example
White with #B3E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E0EA; }
p { color: rgb(179,224,234); }
H1.HeaderClassName
{
color: #B3E0EA;
}
.AnyTagClassName
{
color: #B3E0EA;
}
</style>
background-color css
<style>
a { background-color: #B3E0EA; }
a { background-color: rgb(179,224,234); }
div.DivClassName
{
background-color: #B3E0EA;
}
.BgClassName
{
background-color: #B3E0EA;
}
</style>
border-color css
<style>
span { border-color: #B3E0EA; }
span { border-color: rgb(179,224,234); }
td.TdClassName
{
border-color: #B3E0EA;
}
.TagClassName
{
border-color: #B3E0EA;
}
</style>