Shades of Powder Blue #B9DFE3
Tints of Powder Blue #B9DFE3
RGB
CMYK
RGB Variations
Color information
#B9DFE3 (or 0xB9DFE3) is known color: Powder Blue. HEX triplet: B9, DF and E3. RGB value is (185,223,227). Sum of RGB (Red+Green+Blue) = 185+223+227=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #B9DFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFE3 is #46201C. Grayscale: #D4D4D4. Windows color (decimal): -4595741 or 14933945. OLE color: 14933945.
HSL color Cylindrical-coordinate representation of color #B9DFE3: hue angle of 185.71º 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 #B9DFE3 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 223 | 227 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.11 |
| HSL | 185.71º | 0.43% | 0.81% | - |
| HSV(B) | 185.71º | 0.19% | 0.89% | - |
| XYZ | 60.26 | 68.64 | 82.75 | - |
| YUV | 212.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 227 | 0.19 | 0.02 | 0 | 0.11 | 185.71 | 0.43 | 0.81 |
| Hex | B9 | DF | E3 | 13 | 2 | 0 | B | BA | 2B | 51 |
| Octal | 271 | 337 | 343 | 23 | 2 | 0 | 13 | 272 | 53 | 121 |
| Binary | 10111001 | 11011111 | 11100011 | 10011 | 10 | 0 | 1011 | 10111010 | 101011 | 1010001 |
Color Harmonies of #B9DFE3
Complementary color
Monochromatic Colors of #B9DFE3
Black with #B9DFE3
Text Example
Text Example
White with #B9DFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DFE3; }
p { color: rgb(185,223,227); }
H1.HeaderClassName
{
color: #B9DFE3;
}
.AnyTagClassName
{
color: #B9DFE3;
}
</style>
background-color css
<style>
a { background-color: #B9DFE3; }
a { background-color: rgb(185,223,227); }
div.DivClassName
{
background-color: #B9DFE3;
}
.BgClassName
{
background-color: #B9DFE3;
}
</style>
border-color css
<style>
span { border-color: #B9DFE3; }
span { border-color: rgb(185,223,227); }
td.TdClassName
{
border-color: #B9DFE3;
}
.TagClassName
{
border-color: #B9DFE3;
}
</style>