Shades of Powder Blue #B3DCDE
Tints of Powder Blue #B3DCDE
RGB
CMYK
RGB Variations
Color information
#B3DCDE (or 0xB3DCDE) is known color: Powder Blue. HEX triplet: B3, DC and DE. RGB value is (179,220,222). Sum of RGB (Red+Green+Blue) = 179+220+222=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCDE is #4C2321. Grayscale: #CFCFCF. Windows color (decimal): -4989730 or 14605491. OLE color: 14605491.
HSL color Cylindrical-coordinate representation of color #B3DCDE: hue angle of 182.79º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCDE is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 220 | 222 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.13 |
| HSL | 182.79º | 0.39% | 0.79% | - |
| HSV(B) | 182.79º | 0.19% | 0.87% | - |
| XYZ | 57.37 | 66.04 | 78.83 | - |
| YUV | 207.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 222 | 0.19 | 0.01 | 0 | 0.13 | 182.79 | 0.39 | 0.79 |
| Hex | B3 | DC | DE | 13 | 1 | 0 | D | B7 | 27 | 4F |
| Octal | 263 | 334 | 336 | 23 | 1 | 0 | 15 | 267 | 47 | 117 |
| Binary | 10110011 | 11011100 | 11011110 | 10011 | 1 | 0 | 1101 | 10110111 | 100111 | 1001111 |
Color Harmonies of #B3DCDE
Complementary color
Monochromatic Colors of #B3DCDE
Black with #B3DCDE
Text Example
Text Example
White with #B3DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCDE; }
p { color: rgb(179,220,222); }
H1.HeaderClassName
{
color: #B3DCDE;
}
.AnyTagClassName
{
color: #B3DCDE;
}
</style>
background-color css
<style>
a { background-color: #B3DCDE; }
a { background-color: rgb(179,220,222); }
div.DivClassName
{
background-color: #B3DCDE;
}
.BgClassName
{
background-color: #B3DCDE;
}
</style>
border-color css
<style>
span { border-color: #B3DCDE; }
span { border-color: rgb(179,220,222); }
td.TdClassName
{
border-color: #B3DCDE;
}
.TagClassName
{
border-color: #B3DCDE;
}
</style>