#ADDADE

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

Shades of Powder Blue #ADDADE

Tints of Powder Blue #ADDADE

Color information

#ADDADE (or 0xADDADE) is unknown color: approx Powder Blue. HEX triplet: AD, DA and DE. RGB value is (173,218,222). Sum of RGB (Red+Green+Blue) = 173+218+222=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADDADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDADE is #522521. Grayscale: #CCCCCC. Windows color (decimal): -5383458 or 14604973. OLE color: 14604973.

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

Color convert

RGB173218222-
CMYK0.220.0200.13
HSL184.9º42.61%77.45%-
HSV(B)184.9º22.07%87.06%-
XYZ55.4964.378.59-
YUV205137.59105.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=28.22%
G=35.56%
B=36.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732182220.220.0200.13184.942.6177.45
HexADDADE1620Db92b4d
Octal25533233626201527153115
Binary101011011101101011011110101101001101101110011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDADE; }

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

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

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

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

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

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

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

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