Shades of Powder Blue #B0E0EB
Tints of Powder Blue #B0E0EB
RGB
CMYK
RGB Variations
Color information
#B0E0EB (or 0xB0E0EB) is known color: Powder Blue. HEX triplet: B0, E0 and EB. RGB value is (176,224,235). Sum of RGB (Red+Green+Blue) = 176+224+235=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0EB is #4F1F14. Grayscale: #D2D2D2. Windows color (decimal): -5185301 or 15458480. OLE color: 15458480.
HSL color Cylindrical-coordinate representation of color #B0E0EB: hue angle of 191.19º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E0EB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 224 | 235 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.08 |
| HSL | 191.19º | 0.6% | 0.81% | - |
| HSV(B) | 191.19º | 0.25% | 0.92% | - |
| XYZ | 59.56 | 68.54 | 88.69 | - |
| YUV | 210.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 235 | 0.25 | 0.05 | 0 | 0.08 | 191.19 | 0.6 | 0.81 |
| Hex | B0 | E0 | EB | 19 | 5 | 0 | 8 | BF | 3C | 51 |
| Octal | 260 | 340 | 353 | 31 | 5 | 0 | 10 | 277 | 74 | 121 |
| Binary | 10110000 | 11100000 | 11101011 | 11001 | 101 | 0 | 1000 | 10111111 | 111100 | 1010001 |
Color Harmonies of #B0E0EB
Complementary color
Monochromatic Colors of #B0E0EB
Black with #B0E0EB
Text Example
Text Example
White with #B0E0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E0EB; }
p { color: rgb(176,224,235); }
H1.HeaderClassName
{
color: #B0E0EB;
}
.AnyTagClassName
{
color: #B0E0EB;
}
</style>
background-color css
<style>
a { background-color: #B0E0EB; }
a { background-color: rgb(176,224,235); }
div.DivClassName
{
background-color: #B0E0EB;
}
.BgClassName
{
background-color: #B0E0EB;
}
</style>
border-color css
<style>
span { border-color: #B0E0EB; }
span { border-color: rgb(176,224,235); }
td.TdClassName
{
border-color: #B0E0EB;
}
.TagClassName
{
border-color: #B0E0EB;
}
</style>