Shades of Powder Blue #B8DBE3
Tints of Powder Blue #B8DBE3
RGB
CMYK
RGB Variations
Color information
#B8DBE3 (or 0xB8DBE3) is known color: Powder Blue. HEX triplet: B8, DB and E3. RGB value is (184,219,227). Sum of RGB (Red+Green+Blue) = 184+219+227=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 227 - color contains mainly: blue. Hex color #B8DBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DBE3 is #47241C. Grayscale: #D1D1D1. Windows color (decimal): -4662301 or 14932920. OLE color: 14932920.
HSL color Cylindrical-coordinate representation of color #B8DBE3: hue angle of 191.16º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8DBE3 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 219 | 227 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.11 |
| HSL | 191.16º | 0.43% | 0.81% | - |
| HSV(B) | 191.16º | 0.19% | 0.89% | - |
| XYZ | 58.96 | 66.4 | 82.38 | - |
| YUV | 209.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 227 | 0.19 | 0.04 | 0 | 0.11 | 191.16 | 0.43 | 0.81 |
| Hex | B8 | DB | E3 | 13 | 4 | 0 | B | BF | 2B | 51 |
| Octal | 270 | 333 | 343 | 23 | 4 | 0 | 13 | 277 | 53 | 121 |
| Binary | 10111000 | 11011011 | 11100011 | 10011 | 100 | 0 | 1011 | 10111111 | 101011 | 1010001 |
Color Harmonies of #B8DBE3
Complementary color
Monochromatic Colors of #B8DBE3
Black with #B8DBE3
Text Example
Text Example
White with #B8DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBE3; }
p { color: rgb(184,219,227); }
H1.HeaderClassName
{
color: #B8DBE3;
}
.AnyTagClassName
{
color: #B8DBE3;
}
</style>
background-color css
<style>
a { background-color: #B8DBE3; }
a { background-color: rgb(184,219,227); }
div.DivClassName
{
background-color: #B8DBE3;
}
.BgClassName
{
background-color: #B8DBE3;
}
</style>
border-color css
<style>
span { border-color: #B8DBE3; }
span { border-color: rgb(184,219,227); }
td.TdClassName
{
border-color: #B8DBE3;
}
.TagClassName
{
border-color: #B8DBE3;
}
</style>