Shades of Powder Blue #B0E6EF
Tints of Powder Blue #B0E6EF
RGB
CMYK
RGB Variations
Color information
#B0E6EF (or 0xB0E6EF) is known color: Powder Blue. HEX triplet: B0, E6 and EF. RGB value is (176,230,239). Sum of RGB (Red+Green+Blue) = 176+230+239=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0E6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E6EF is #4F1910. Grayscale: #D6D6D6. Windows color (decimal): -5183761 or 15722160. OLE color: 15722160.
HSL color Cylindrical-coordinate representation of color #B0E6EF: hue angle of 188.57º 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 #B0E6EF is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 230 | 239 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.06 |
| HSL | 188.57º | 0.66% | 0.81% | - |
| HSV(B) | 188.57º | 0.26% | 0.94% | - |
| XYZ | 61.78 | 72.06 | 92.31 | - |
| YUV | 214.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 239 | 0.26 | 0.04 | 0 | 0.06 | 188.57 | 0.66 | 0.81 |
| Hex | B0 | E6 | EF | 1A | 4 | 0 | 6 | BD | 42 | 51 |
| Octal | 260 | 346 | 357 | 32 | 4 | 0 | 6 | 275 | 102 | 121 |
| Binary | 10110000 | 11100110 | 11101111 | 11010 | 100 | 0 | 110 | 10111101 | 1000010 | 1010001 |
Color Harmonies of #B0E6EF
Complementary color
Monochromatic Colors of #B0E6EF
Black with #B0E6EF
Text Example
Text Example
White with #B0E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6EF; }
p { color: rgb(176,230,239); }
H1.HeaderClassName
{
color: #B0E6EF;
}
.AnyTagClassName
{
color: #B0E6EF;
}
</style>
background-color css
<style>
a { background-color: #B0E6EF; }
a { background-color: rgb(176,230,239); }
div.DivClassName
{
background-color: #B0E6EF;
}
.BgClassName
{
background-color: #B0E6EF;
}
</style>
border-color css
<style>
span { border-color: #B0E6EF; }
span { border-color: rgb(176,230,239); }
td.TdClassName
{
border-color: #B0E6EF;
}
.TagClassName
{
border-color: #B0E6EF;
}
</style>