#B5DBDF

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

Shades of Powder Blue #B5DBDF

Tints of Powder Blue #B5DBDF

Color information

#B5DBDF (or 0xB5DBDF) is unknown color: approx Powder Blue. HEX triplet: B5, DB and DF. RGB value is (181,219,223). Sum of RGB (Red+Green+Blue) = 181+219+223=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBDF is #4A2420. Grayscale: #D0D0D0. Windows color (decimal): -4858913 or 14670773. OLE color: 14670773.

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

Color convert

RGB181219223-
CMYK0.190.0200.13
HSL185.71º39.62%79.22%-
HSV(B)185.71º18.83%87.45%-
XYZ57.7165.8179.47-
YUV208.09136.41108.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.05%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=29.05%
G=35.15%
B=35.79%

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
Decimal1812192230.190.0200.13185.7139.6279.22
HexB5DBDF1320Dba284f
Octal26533333723201527250117
Binary101101011101101111011111100111001101101110101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBDF; }

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

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

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

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

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

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

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

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