#B3D7DD

Color #B3D7DD Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #B3D7DD

Tints of Powder Blue #B3D7DD

Color information

#B3D7DD (or 0xB3D7DD) is unknown color: approx Powder Blue. HEX triplet: B3, D7 and DD. RGB value is (179,215,221). Sum of RGB (Red+Green+Blue) = 179+215+221=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7DD is #4C2822. Grayscale: #CCCCCC. Windows color (decimal): -4991011 or 14538675. OLE color: 14538675.

HSL color Cylindrical-coordinate representation of color #B3D7DD: hue angle of 188.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3D7DD is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179215221-
CMYK0.190.0300.13
HSL188.57º38.18%78.43%-
HSV(B)188.57º19%86.67%-
XYZ55.9463.4177.7-
YUV204.92137.07109.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 29.11%
GREEN value IS 215 (84.38% from 255) = 34.96%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=29.11%
G=34.96%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792152210.190.0300.13188.5738.1878.43
HexB3D7DD1330Dbd264e
Octal26332733523301527546116
Binary101100111101011111011101100111101101101111011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D7DD; }

 p { color: rgb(179,215,221); }

 H1.HeaderClassName
 {
   color: #B3D7DD;
 }
 .AnyTagClassName
 {
   color: #B3D7DD;
 }
</style>
background-color css

<style>
 a { background-color: #B3D7DD; }

 a { background-color: rgb(179,215,221); }

 div.DivClassName
 {
   background-color: #B3D7DD;
 }
 .BgClassName
 {
   background-color: #B3D7DD;
 }
</style>
border-color css

<style>
 span { border-color: #B3D7DD; }

 span { border-color: rgb(179,215,221); }

 td.TdClassName
 {
   border-color: #B3D7DD;
 }
 .TagClassName
 {
   border-color: #B3D7DD;
 }
</style>