#ACDEE7

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

Shades of Powder Blue #ACDEE7

Tints of Powder Blue #ACDEE7

Color information

#ACDEE7 (or 0xACDEE7) is unknown color: approx Powder Blue. HEX triplet: AC, DE and E7. RGB value is (172,222,231). Sum of RGB (Red+Green+Blue) = 172+222+231=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACDEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEE7 is #532118. Grayscale: #CFCFCF. Windows color (decimal): -5447961 or 15195820. OLE color: 15195820.

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

Color convert

RGB172222231-
CMYK0.260.0400.09
HSL189.15º55.14%79.02%-
HSV(B)189.15º25.54%90.59%-
XYZ57.5666.7885.46-
YUV208.08140.94102.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 231 (90.62% from 255) = 36.96%
R=27.52%
G=35.52%
B=36.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722222310.260.0400.09189.1555.1479.02
HexACDEE71A409bd374f
Octal25433634732401127567117
Binary1010110011011110111001111101010001001101111011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEE7; }

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

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

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

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

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

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

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

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