#ADDBDE

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

Shades of Powder Blue #ADDBDE

Tints of Powder Blue #ADDBDE

Color information

#ADDBDE (or 0xADDBDE) is unknown color: approx Powder Blue. HEX triplet: AD, DB and DE. RGB value is (173,219,222). Sum of RGB (Red+Green+Blue) = 173+219+222=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADDBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBDE is #522421. Grayscale: #CDCDCD. Windows color (decimal): -5383202 or 14605229. OLE color: 14605229.

HSL color Cylindrical-coordinate representation of color #ADDBDE: hue angle of 183.67º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDBDE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173219222-
CMYK0.220.0100.13
HSL183.67º42.61%77.45%-
HSV(B)183.67º22.07%87.06%-
XYZ55.7564.8278.68-
YUV205.59137.26104.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=28.18%
G=35.67%
B=36.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732192220.220.0100.13183.6742.6177.45
HexADDBDE1610Db82b4d
Octal25533333626101527053115
Binary10101101110110111101111010110101101101110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBDE; }

 p { color: rgb(173,219,222); }

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

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

 a { background-color: rgb(173,219,222); }

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

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

 span { border-color: rgb(173,219,222); }

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