#B3DDDC

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

Shades of Powder Blue #B3DDDC

Tints of Powder Blue #B3DDDC

Color information

#B3DDDC (or 0xB3DDDC) is unknown color: approx Powder Blue. HEX triplet: B3, DD and DC. RGB value is (179,221,220). Sum of RGB (Red+Green+Blue) = 179+221+220=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDDC is #4C2223. Grayscale: #D0D0D0. Windows color (decimal): -4989476 or 14474675. OLE color: 14474675.

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

Color convert

RGB179221220-
CMYK0.1900.000.13
HSL178.57º38.18%78.43%-
HSV(B)178.57º19%86.67%-
XYZ57.3766.4677.52-
YUV208.33134.59107.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.87%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=28.87%
G=35.65%
B=35.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792212200.1900.000.13178.5738.1878.43
HexB3DDDC1300Db3264e
Octal26333533423001526346116
Binary10110011110111011101110010011001101101100111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DDDC; }

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

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

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

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

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

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

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

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