Shades of Powder Blue #B0E6EA
Tints of Powder Blue #B0E6EA
RGB
CMYK
RGB Variations
Color information
#B0E6EA (or 0xB0E6EA) is known color: Powder Blue. HEX triplet: B0, E6 and EA. RGB value is (176,230,234). Sum of RGB (Red+Green+Blue) = 176+230+234=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0E6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E6EA is #4F1915. Grayscale: #D6D6D6. Windows color (decimal): -5183766 or 15394480. OLE color: 15394480.
HSL color Cylindrical-coordinate representation of color #B0E6EA: hue angle of 184.14º 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 #B0E6EA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 230 | 234 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.08 |
| HSL | 184.14º | 0.58% | 0.8% | - |
| HSV(B) | 184.14º | 0.25% | 0.92% | - |
| XYZ | 61.05 | 71.76 | 88.48 | - |
| YUV | 214.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 234 | 0.25 | 0.02 | 0 | 0.08 | 184.14 | 0.58 | 0.8 |
| Hex | B0 | E6 | EA | 19 | 2 | 0 | 8 | B8 | 3A | 50 |
| Octal | 260 | 346 | 352 | 31 | 2 | 0 | 10 | 270 | 72 | 120 |
| Binary | 10110000 | 11100110 | 11101010 | 11001 | 10 | 0 | 1000 | 10111000 | 111010 | 1010000 |
Color Harmonies of #B0E6EA
Complementary color
Monochromatic Colors of #B0E6EA
Black with #B0E6EA
Text Example
Text Example
White with #B0E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6EA; }
p { color: rgb(176,230,234); }
H1.HeaderClassName
{
color: #B0E6EA;
}
.AnyTagClassName
{
color: #B0E6EA;
}
</style>
background-color css
<style>
a { background-color: #B0E6EA; }
a { background-color: rgb(176,230,234); }
div.DivClassName
{
background-color: #B0E6EA;
}
.BgClassName
{
background-color: #B0E6EA;
}
</style>
border-color css
<style>
span { border-color: #B0E6EA; }
span { border-color: rgb(176,230,234); }
td.TdClassName
{
border-color: #B0E6EA;
}
.TagClassName
{
border-color: #B0E6EA;
}
</style>