Shades of Powder Blue #B0E0ED
Tints of Powder Blue #B0E0ED
RGB
CMYK
RGB Variations
Color information
#B0E0ED (or 0xB0E0ED) is known color: Powder Blue. HEX triplet: B0, E0 and ED. RGB value is (176,224,237). Sum of RGB (Red+Green+Blue) = 176+224+237=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0E0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0ED is #4F1F12. Grayscale: #D3D3D3. Windows color (decimal): -5185299 or 15589552. OLE color: 15589552.
HSL color Cylindrical-coordinate representation of color #B0E0ED: hue angle of 192.79º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0E0ED is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 224 | 237 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.07 |
| HSL | 192.79º | 0.63% | 0.81% | - |
| HSV(B) | 192.79º | 0.26% | 0.93% | - |
| XYZ | 59.85 | 68.66 | 90.22 | - |
| YUV | 211.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 237 | 0.26 | 0.05 | 0 | 0.07 | 192.79 | 0.63 | 0.81 |
| Hex | B0 | E0 | ED | 1A | 5 | 0 | 7 | C1 | 3F | 51 |
| Octal | 260 | 340 | 355 | 32 | 5 | 0 | 7 | 301 | 77 | 121 |
| Binary | 10110000 | 11100000 | 11101101 | 11010 | 101 | 0 | 111 | 11000001 | 111111 | 1010001 |
Color Harmonies of #B0E0ED
Complementary color
Monochromatic Colors of #B0E0ED
Black with #B0E0ED
Text Example
Text Example
White with #B0E0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E0ED; }
p { color: rgb(176,224,237); }
H1.HeaderClassName
{
color: #B0E0ED;
}
.AnyTagClassName
{
color: #B0E0ED;
}
</style>
background-color css
<style>
a { background-color: #B0E0ED; }
a { background-color: rgb(176,224,237); }
div.DivClassName
{
background-color: #B0E0ED;
}
.BgClassName
{
background-color: #B0E0ED;
}
</style>
border-color css
<style>
span { border-color: #B0E0ED; }
span { border-color: rgb(176,224,237); }
td.TdClassName
{
border-color: #B0E0ED;
}
.TagClassName
{
border-color: #B0E0ED;
}
</style>