Shades of Powder Blue #B0E2EA
Tints of Powder Blue #B0E2EA
RGB
CMYK
RGB Variations
Color information
#B0E2EA (or 0xB0E2EA) is known color: Powder Blue. HEX triplet: B0, E2 and EA. RGB value is (176,226,234). Sum of RGB (Red+Green+Blue) = 176+226+234=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0E2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E2EA is #4F1D15. Grayscale: #D3D3D3. Windows color (decimal): -5184790 or 15393456. OLE color: 15393456.
HSL color Cylindrical-coordinate representation of color #B0E2EA: hue angle of 188.28º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E2EA is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 226 | 234 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.08 |
| HSL | 188.28º | 0.58% | 0.8% | - |
| HSV(B) | 188.28º | 0.25% | 0.92% | - |
| XYZ | 59.95 | 69.56 | 88.11 | - |
| YUV | 211.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 234 | 0.25 | 0.03 | 0 | 0.08 | 188.28 | 0.58 | 0.8 |
| Hex | B0 | E2 | EA | 19 | 3 | 0 | 8 | BC | 3A | 50 |
| Octal | 260 | 342 | 352 | 31 | 3 | 0 | 10 | 274 | 72 | 120 |
| Binary | 10110000 | 11100010 | 11101010 | 11001 | 11 | 0 | 1000 | 10111100 | 111010 | 1010000 |
Color Harmonies of #B0E2EA
Complementary color
Monochromatic Colors of #B0E2EA
Black with #B0E2EA
Text Example
Text Example
White with #B0E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E2EA; }
p { color: rgb(176,226,234); }
H1.HeaderClassName
{
color: #B0E2EA;
}
.AnyTagClassName
{
color: #B0E2EA;
}
</style>
background-color css
<style>
a { background-color: #B0E2EA; }
a { background-color: rgb(176,226,234); }
div.DivClassName
{
background-color: #B0E2EA;
}
.BgClassName
{
background-color: #B0E2EA;
}
</style>
border-color css
<style>
span { border-color: #B0E2EA; }
span { border-color: rgb(176,226,234); }
td.TdClassName
{
border-color: #B0E2EA;
}
.TagClassName
{
border-color: #B0E2EA;
}
</style>