#ADDEE9

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

Shades of Powder Blue #ADDEE9

Tints of Powder Blue #ADDEE9

Color information

#ADDEE9 (or 0xADDEE9) is unknown color: approx Powder Blue. HEX triplet: AD, DE and E9. RGB value is (173,222,233). Sum of RGB (Red+Green+Blue) = 173+222+233=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADDEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEE9 is #522116. Grayscale: #D0D0D0. Windows color (decimal): -5382423 or 15326893. OLE color: 15326893.

HSL color Cylindrical-coordinate representation of color #ADDEE9: hue angle of 191º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDEE9 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173222233-
CMYK0.260.0500.09
HSL191º57.69%79.61%-
HSV(B)191º25.75%91.37%-
XYZ58.0667.0186.96-
YUV208.6141.77102.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.55%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=27.55%
G=35.35%
B=37.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732222330.260.0500.0919157.6979.61
HexADDEE91A509bf3a50
Octal25533635132501127772120
Binary1010110111011110111010011101010101001101111111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEE9; }

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

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

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

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

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

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

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

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