Shades of Powder Blue #B6DBDF
Tints of Powder Blue #B6DBDF
RGB
CMYK
RGB Variations
Color information
#B6DBDF (or 0xB6DBDF) is known color: Powder Blue. HEX triplet: B6, DB and DF. RGB value is (182,219,223). Sum of RGB (Red+Green+Blue) = 182+219+223=624 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.17% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBDF is #492420. Grayscale: #D0D0D0. Windows color (decimal): -4793377 or 14670774. OLE color: 14670774.
HSL color Cylindrical-coordinate representation of color #B6DBDF: hue angle of 185.85º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DBDF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 219 | 223 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.13 |
| HSL | 185.85º | 0.39% | 0.79% | - |
| HSV(B) | 185.85º | 0.18% | 0.87% | - |
| XYZ | 57.94 | 65.94 | 79.49 | - |
| YUV | 208.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 223 | 0.18 | 0.02 | 0 | 0.13 | 185.85 | 0.39 | 0.79 |
| Hex | B6 | DB | DF | 12 | 2 | 0 | D | BA | 27 | 4F |
| Octal | 266 | 333 | 337 | 22 | 2 | 0 | 15 | 272 | 47 | 117 |
| Binary | 10110110 | 11011011 | 11011111 | 10010 | 10 | 0 | 1101 | 10111010 | 100111 | 1001111 |
Color Harmonies of #B6DBDF
Complementary color
Monochromatic Colors of #B6DBDF
Black with #B6DBDF
Text Example
Text Example
White with #B6DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBDF; }
p { color: rgb(182,219,223); }
H1.HeaderClassName
{
color: #B6DBDF;
}
.AnyTagClassName
{
color: #B6DBDF;
}
</style>
background-color css
<style>
a { background-color: #B6DBDF; }
a { background-color: rgb(182,219,223); }
div.DivClassName
{
background-color: #B6DBDF;
}
.BgClassName
{
background-color: #B6DBDF;
}
</style>
border-color css
<style>
span { border-color: #B6DBDF; }
span { border-color: rgb(182,219,223); }
td.TdClassName
{
border-color: #B6DBDF;
}
.TagClassName
{
border-color: #B6DBDF;
}
</style>