#B5D9DF

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

Shades of Powder Blue #B5D9DF

Tints of Powder Blue #B5D9DF

Color information

#B5D9DF (or 0xB5D9DF) is unknown color: approx Powder Blue. HEX triplet: B5, D9 and DF. RGB value is (181,217,223). Sum of RGB (Red+Green+Blue) = 181+217+223=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5D9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D9DF is #4A2620. Grayscale: #CECECE. Windows color (decimal): -4859425 or 14670261. OLE color: 14670261.

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

Color convert

RGB181217223-
CMYK0.190.0300.13
HSL188.57º39.62%79.22%-
HSV(B)188.57º18.83%87.45%-
XYZ57.1964.7879.3-
YUV206.92137.07109.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.15%
GREEN value IS 217 (85.16% from 255) = 34.94%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=29.15%
G=34.94%
B=35.91%

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
Decimal1812172230.190.0300.13188.5739.6279.22
HexB5D9DF1330Dbd284f
Octal26533133723301527550117
Binary101101011101100111011111100111101101101111011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D9DF; }

 p { color: rgb(181,217,223); }

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

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

 a { background-color: rgb(181,217,223); }

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

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

 span { border-color: rgb(181,217,223); }

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