#B3D9DE

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

Shades of Powder Blue #B3D9DE

Tints of Powder Blue #B3D9DE

Color information

#B3D9DE (or 0xB3D9DE) is unknown color: approx Powder Blue. HEX triplet: B3, D9 and DE. RGB value is (179,217,222). Sum of RGB (Red+Green+Blue) = 179+217+222=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9DE is #4C2621. Grayscale: #CECECE. Windows color (decimal): -4990498 or 14604723. OLE color: 14604723.

HSL color Cylindrical-coordinate representation of color #B3D9DE: hue angle of 186.98º 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 #B3D9DE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179217222-
CMYK0.190.0200.13
HSL186.98º39.45%78.63%-
HSV(B)186.98º19.37%87.06%-
XYZ56.5964.4878.57-
YUV206.21136.91108.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.96%
GREEN value IS 217 (85.16% from 255) = 35.11%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=28.96%
G=35.11%
B=35.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792172220.190.0200.13186.9839.4578.63
HexB3D9DE1320Dbb274f
Octal26333133623201527347117
Binary101100111101100111011110100111001101101110111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D9DE; }

 p { color: rgb(179,217,222); }

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

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

 a { background-color: rgb(179,217,222); }

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

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

 span { border-color: rgb(179,217,222); }

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