#B1DDDF

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

Shades of Powder Blue #B1DDDF

Tints of Powder Blue #B1DDDF

Color information

#B1DDDF (or 0xB1DDDF) is unknown color: approx Powder Blue. HEX triplet: B1, DD and DF. RGB value is (177,221,223). Sum of RGB (Red+Green+Blue) = 177+221+223=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 221 (86.72% from 255 or 35.59% 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 #B1DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDDF is #4E2220. Grayscale: #D0D0D0. Windows color (decimal): -5120545 or 14671281. OLE color: 14671281.

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

Color convert

RGB177221223-
CMYK0.210.0100.13
HSL182.61º41.82%78.43%-
HSV(B)182.61º20.63%87.45%-
XYZ57.3166.3979.61-
YUV208.07136.42105.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.50%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=28.50%
G=35.59%
B=35.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772212230.210.0100.13182.6141.8278.43
HexB1DDDF1510Db72a4e
Octal26133533725101526752116
Binary10110001110111011101111110101101101101101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDDF; }

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

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

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

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

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

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

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

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