#B3DDDD

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

Shades of Powder Blue #B3DDDD

Tints of Powder Blue #B3DDDD

Color information

#B3DDDD (or 0xB3DDDD) is unknown color: approx Powder Blue. HEX triplet: B3, DD and DD. RGB value is (179,221,221). Sum of RGB (Red+Green+Blue) = 179+221+221=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #B3DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDDD is #4C2222. Grayscale: #D0D0D0. Windows color (decimal): -4989475 or 14540211. OLE color: 14540211.

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

Color convert

RGB179221221-
CMYK0.19000.13
HSL180º38.18%78.43%-
HSV(B)180º19%86.67%-
XYZ57.566.5278.22-
YUV208.44135.09107-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=28.82%
G=35.59%
B=35.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792212210.19000.1318038.1878.43
HexB3DDDD1300Db4264e
Octal26333533523001526446116
Binary10110011110111011101110110011001101101101001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDDD; }

 p { color: rgb(179,221,221); }

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

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

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

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

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

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

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