#ADDEE8

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

Shades of Powder Blue #ADDEE8

Tints of Powder Blue #ADDEE8

Color information

#ADDEE8 (or 0xADDEE8) is unknown color: approx Powder Blue. HEX triplet: AD, DE and E8. RGB value is (173,222,232). Sum of RGB (Red+Green+Blue) = 173+222+232=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADDEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEE8 is #522117. Grayscale: #D0D0D0. Windows color (decimal): -5382424 or 15261357. OLE color: 15261357.

HSL color Cylindrical-coordinate representation of color #ADDEE8: hue angle of 190.17º degrees, saturation: 0.56, 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 #ADDEE8 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173222232-
CMYK0.250.0400.09
HSL190.17º56.19%79.41%-
HSV(B)190.17º25.43%90.98%-
XYZ57.9266.9586.21-
YUV208.49141.27102.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 232 (91.02% from 255) = 37.00%
R=27.59%
G=35.41%
B=37.00%

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
Decimal1732222320.250.0400.09190.1756.1979.41
HexADDEE819409be384f
Octal25533635031401127670117
Binary1010110111011110111010001100110001001101111101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEE8; }

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

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

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

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

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

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

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

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