#B5DDDF

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

Shades of Powder Blue #B5DDDF

Tints of Powder Blue #B5DDDF

Color information

#B5DDDF (or 0xB5DDDF) is unknown color: approx Powder Blue. HEX triplet: B5, DD and DF. RGB value is (181,221,223). Sum of RGB (Red+Green+Blue) = 181+221+223=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDDF is #4A2220. Grayscale: #D1D1D1. Windows color (decimal): -4858401 or 14671285. OLE color: 14671285.

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

Color convert

RGB181221223-
CMYK0.190.0100.13
HSL182.86º39.62%79.22%-
HSV(B)182.86º18.83%87.45%-
XYZ58.2366.8679.65-
YUV209.27135.75107.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.96%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=28.96%
G=35.36%
B=35.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812212230.190.0100.13182.8639.6279.22
HexB5DDDF1310Db7284f
Octal26533533723101526750117
Binary10110101110111011101111110011101101101101111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DDDF; }

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

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

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

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

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

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

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

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