#B3DADD

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

Shades of Powder Blue #B3DADD

Tints of Powder Blue #B3DADD

Color information

#B3DADD (or 0xB3DADD) is unknown color: approx Powder Blue. HEX triplet: B3, DA and DD. RGB value is (179,218,221). Sum of RGB (Red+Green+Blue) = 179+218+221=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DADD is #4C2522. Grayscale: #CECECE. Windows color (decimal): -4990243 or 14539443. OLE color: 14539443.

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

Color convert

RGB179218221-
CMYK0.190.0100.13
HSL184.29º38.18%78.43%-
HSV(B)184.29º19%86.67%-
XYZ56.7164.9577.95-
YUV206.68136.08108.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.96%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=28.96%
G=35.28%
B=35.76%

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
Decimal1792182210.190.0100.13184.2938.1878.43
HexB3DADD1310Db8264e
Octal26333233523101527046116
Binary10110011110110101101110110011101101101110001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DADD; }

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

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

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

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

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

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

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

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