Shades of Powder Blue #B1DCDF
Tints of Powder Blue #B1DCDF
RGB
CMYK
RGB Variations
Color information
#B1DCDF (or 0xB1DCDF) is known color: Powder Blue. HEX triplet: B1, DC and DF. RGB value is (177,220,223). Sum of RGB (Red+Green+Blue) = 177+220+223=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCDF is #4E2320. Grayscale: #CFCFCF. Windows color (decimal): -5120801 or 14671025. OLE color: 14671025.
HSL color Cylindrical-coordinate representation of color #B1DCDF: hue angle of 183.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DCDF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 220 | 223 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.13 |
| HSL | 183.91º | 0.42% | 0.78% | - |
| HSV(B) | 183.91º | 0.21% | 0.87% | - |
| XYZ | 57.04 | 65.86 | 79.52 | - |
| YUV | 207.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 223 | 0.21 | 0.01 | 0 | 0.13 | 183.91 | 0.42 | 0.78 |
| Hex | B1 | DC | DF | 15 | 1 | 0 | D | B8 | 2A | 4E |
| Octal | 261 | 334 | 337 | 25 | 1 | 0 | 15 | 270 | 52 | 116 |
| Binary | 10110001 | 11011100 | 11011111 | 10101 | 1 | 0 | 1101 | 10111000 | 101010 | 1001110 |
Color Harmonies of #B1DCDF
Complementary color
Monochromatic Colors of #B1DCDF
Black with #B1DCDF
Text Example
Text Example
White with #B1DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCDF; }
p { color: rgb(177,220,223); }
H1.HeaderClassName
{
color: #B1DCDF;
}
.AnyTagClassName
{
color: #B1DCDF;
}
</style>
background-color css
<style>
a { background-color: #B1DCDF; }
a { background-color: rgb(177,220,223); }
div.DivClassName
{
background-color: #B1DCDF;
}
.BgClassName
{
background-color: #B1DCDF;
}
</style>
border-color css
<style>
span { border-color: #B1DCDF; }
span { border-color: rgb(177,220,223); }
td.TdClassName
{
border-color: #B1DCDF;
}
.TagClassName
{
border-color: #B1DCDF;
}
</style>