Shades of Powder Blue #B9DFE8
Tints of Powder Blue #B9DFE8
RGB
CMYK
RGB Variations
Color information
#B9DFE8 (or 0xB9DFE8) is known color: Powder Blue. HEX triplet: B9, DF and E8. RGB value is (185,223,232). Sum of RGB (Red+Green+Blue) = 185+223+232=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9DFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DFE8 is #462017. Grayscale: #D4D4D4. Windows color (decimal): -4595736 or 15261625. OLE color: 15261625.
HSL color Cylindrical-coordinate representation of color #B9DFE8: hue angle of 191.49º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9DFE8 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 223 | 232 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.09 |
| HSL | 191.49º | 0.51% | 0.82% | - |
| HSV(B) | 191.49º | 0.2% | 0.91% | - |
| XYZ | 60.96 | 68.92 | 86.43 | - |
| YUV | 212.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 232 | 0.20 | 0.04 | 0 | 0.09 | 191.49 | 0.51 | 0.82 |
| Hex | B9 | DF | E8 | 14 | 4 | 0 | 9 | BF | 33 | 52 |
| Octal | 271 | 337 | 350 | 24 | 4 | 0 | 11 | 277 | 63 | 122 |
| Binary | 10111001 | 11011111 | 11101000 | 10100 | 100 | 0 | 1001 | 10111111 | 110011 | 1010010 |
Color Harmonies of #B9DFE8
Complementary color
Monochromatic Colors of #B9DFE8
Black with #B9DFE8
Text Example
Text Example
White with #B9DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DFE8; }
p { color: rgb(185,223,232); }
H1.HeaderClassName
{
color: #B9DFE8;
}
.AnyTagClassName
{
color: #B9DFE8;
}
</style>
background-color css
<style>
a { background-color: #B9DFE8; }
a { background-color: rgb(185,223,232); }
div.DivClassName
{
background-color: #B9DFE8;
}
.BgClassName
{
background-color: #B9DFE8;
}
</style>
border-color css
<style>
span { border-color: #B9DFE8; }
span { border-color: rgb(185,223,232); }
td.TdClassName
{
border-color: #B9DFE8;
}
.TagClassName
{
border-color: #B9DFE8;
}
</style>