#ADDEE7

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

Shades of Powder Blue #ADDEE7

Tints of Powder Blue #ADDEE7

Color information

#ADDEE7 (or 0xADDEE7) is unknown color: approx Powder Blue. HEX triplet: AD, DE and E7. RGB value is (173,222,231). Sum of RGB (Red+Green+Blue) = 173+222+231=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADDEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEE7 is #522118. Grayscale: #D0D0D0. Windows color (decimal): -5382425 or 15195821. OLE color: 15195821.

HSL color Cylindrical-coordinate representation of color #ADDEE7: hue angle of 189.31º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDEE7 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173222231-
CMYK0.250.0400.09
HSL189.31º54.72%79.22%-
HSV(B)189.31º25.11%90.59%-
XYZ57.7866.985.47-
YUV208.38140.77102.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 231 (90.62% from 255) = 36.90%
R=27.64%
G=35.46%
B=36.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732222310.250.0400.09189.3154.7279.22
HexADDEE719409bd374f
Octal25533634731401127567117
Binary1010110111011110111001111100110001001101111011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEE7; }

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

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

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

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

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

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

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

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