Shades of Powder Blue #B0E2EF
Tints of Powder Blue #B0E2EF
RGB
CMYK
RGB Variations
Color information
#B0E2EF (or 0xB0E2EF) is known color: Powder Blue. HEX triplet: B0, E2 and EF. RGB value is (176,226,239). Sum of RGB (Red+Green+Blue) = 176+226+239=641 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.46% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E2EF is #4F1D10. Grayscale: #D4D4D4. Windows color (decimal): -5184785 or 15721136. OLE color: 15721136.
HSL color Cylindrical-coordinate representation of color #B0E2EF: hue angle of 192.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0E2EF is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 226 | 239 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.06 |
| HSL | 192.38º | 0.66% | 0.81% | - |
| HSV(B) | 192.38º | 0.26% | 0.94% | - |
| XYZ | 60.68 | 69.85 | 91.95 | - |
| YUV | 212.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 239 | 0.26 | 0.05 | 0 | 0.06 | 192.38 | 0.66 | 0.81 |
| Hex | B0 | E2 | EF | 1A | 5 | 0 | 6 | C0 | 42 | 51 |
| Octal | 260 | 342 | 357 | 32 | 5 | 0 | 6 | 300 | 102 | 121 |
| Binary | 10110000 | 11100010 | 11101111 | 11010 | 101 | 0 | 110 | 11000000 | 1000010 | 1010001 |
Color Harmonies of #B0E2EF
Complementary color
Monochromatic Colors of #B0E2EF
Black with #B0E2EF
Text Example
Text Example
White with #B0E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E2EF; }
p { color: rgb(176,226,239); }
H1.HeaderClassName
{
color: #B0E2EF;
}
.AnyTagClassName
{
color: #B0E2EF;
}
</style>
background-color css
<style>
a { background-color: #B0E2EF; }
a { background-color: rgb(176,226,239); }
div.DivClassName
{
background-color: #B0E2EF;
}
.BgClassName
{
background-color: #B0E2EF;
}
</style>
border-color css
<style>
span { border-color: #B0E2EF; }
span { border-color: rgb(176,226,239); }
td.TdClassName
{
border-color: #B0E2EF;
}
.TagClassName
{
border-color: #B0E2EF;
}
</style>