#B1DBDF

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

Shades of Powder Blue #B1DBDF

Tints of Powder Blue #B1DBDF

Color information

#B1DBDF (or 0xB1DBDF) is unknown color: approx Powder Blue. HEX triplet: B1, DB and DF. RGB value is (177,219,223). Sum of RGB (Red+Green+Blue) = 177+219+223=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBDF is #4E2420. Grayscale: #CECECE. Windows color (decimal): -5121057 or 14670769. OLE color: 14670769.

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

Color convert

RGB177219223-
CMYK0.210.0200.13
HSL185.22º41.82%78.43%-
HSV(B)185.22º20.63%87.45%-
XYZ56.7865.3479.43-
YUV206.9137.09106.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=28.59%
G=35.38%
B=36.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772192230.210.0200.13185.2241.8278.43
HexB1DBDF1520Db92a4e
Octal26133333725201527152116
Binary101100011101101111011111101011001101101110011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DBDF; }

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

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

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

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

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

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

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

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