Shades of Powder Blue #B6DFDF
Tints of Powder Blue #B6DFDF
RGB
CMYK
RGB Variations
Color information
#B6DFDF (or 0xB6DFDF) is known color: Powder Blue. HEX triplet: B6, DF and DF. RGB value is (182,223,223). Sum of RGB (Red+Green+Blue) = 182+223+223=628 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.98% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B6DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DFDF is #492020. Grayscale: #D2D2D2. Windows color (decimal): -4792353 or 14671798. OLE color: 14671798.
HSL color Cylindrical-coordinate representation of color #B6DFDF: hue angle of 180º 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 #B6DFDF is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 182 | 223 | 223 | - |
CMYK | 0.18 | 0 | 0 | 0.13 |
HSL | 180º | 0.39% | 0.79% | - |
HSV(B) | 180º | 0.18% | 0.87% | - |
XYZ | 59 | 68.05 | 79.84 | - |
YUV | 210.74 | 134.92 | 107.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 223 | 223 | 0.18 | 0 | 0 | 0.13 | 180 | 0.39 | 0.79 |
Hex | B6 | DF | DF | 12 | 0 | 0 | D | B4 | 27 | 4F |
Octal | 266 | 337 | 337 | 22 | 0 | 0 | 15 | 264 | 47 | 117 |
Binary | 10110110 | 11011111 | 11011111 | 10010 | 0 | 0 | 1101 | 10110100 | 100111 | 1001111 |
Color Harmonies of #B6DFDF
Complementary color
Monochromatic Colors of #B6DFDF
Black with #B6DFDF
Text Example
Text Example
White with #B6DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DFDF; }
p { color: rgb(182,223,223); }
H1.HeaderClassName
{
color: #B6DFDF;
}
.AnyTagClassName
{
color: #B6DFDF;
}
</style>
background-color css
<style>
a { background-color: #B6DFDF; }
a { background-color: rgb(182,223,223); }
div.DivClassName
{
background-color: #B6DFDF;
}
.BgClassName
{
background-color: #B6DFDF;
}
</style>
border-color css
<style>
span { border-color: #B6DFDF; }
span { border-color: rgb(182,223,223); }
td.TdClassName
{
border-color: #B6DFDF;
}
.TagClassName
{
border-color: #B6DFDF;
}
</style>