Shades of Powder Blue #B9DCDF
Tints of Powder Blue #B9DCDF
RGB
CMYK
RGB Variations
Color information
#B9DCDF (or 0xB9DCDF) is known color: Powder Blue. HEX triplet: B9, DC and DF. RGB value is (185,220,223). Sum of RGB (Red+Green+Blue) = 185+220+223=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCDF is #462320. Grayscale: #D1D1D1. Windows color (decimal): -4596513 or 14671033. OLE color: 14671033.
HSL color Cylindrical-coordinate representation of color #B9DCDF: hue angle of 184.74º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DCDF is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 220 | 223 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.13 |
| HSL | 184.74º | 0.37% | 0.8% | - |
| HSV(B) | 184.74º | 0.17% | 0.87% | - |
| XYZ | 58.92 | 66.83 | 79.61 | - |
| YUV | 209.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 223 | 0.17 | 0.01 | 0 | 0.13 | 184.74 | 0.37 | 0.8 |
| Hex | B9 | DC | DF | 11 | 1 | 0 | D | B9 | 25 | 50 |
| Octal | 271 | 334 | 337 | 21 | 1 | 0 | 15 | 271 | 45 | 120 |
| Binary | 10111001 | 11011100 | 11011111 | 10001 | 1 | 0 | 1101 | 10111001 | 100101 | 1010000 |
Color Harmonies of #B9DCDF
Complementary color
Monochromatic Colors of #B9DCDF
Black with #B9DCDF
Text Example
Text Example
White with #B9DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCDF; }
p { color: rgb(185,220,223); }
H1.HeaderClassName
{
color: #B9DCDF;
}
.AnyTagClassName
{
color: #B9DCDF;
}
</style>
background-color css
<style>
a { background-color: #B9DCDF; }
a { background-color: rgb(185,220,223); }
div.DivClassName
{
background-color: #B9DCDF;
}
.BgClassName
{
background-color: #B9DCDF;
}
</style>
border-color css
<style>
span { border-color: #B9DCDF; }
span { border-color: rgb(185,220,223); }
td.TdClassName
{
border-color: #B9DCDF;
}
.TagClassName
{
border-color: #B9DCDF;
}
</style>