#ACDEE0

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

Shades of Powder Blue #ACDEE0

Tints of Powder Blue #ACDEE0

Color information

#ACDEE0 (or 0xACDEE0) is unknown color: approx Powder Blue. HEX triplet: AC, DE and E0. RGB value is (172,222,224). Sum of RGB (Red+Green+Blue) = 172+222+224=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACDEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEE0 is #53211F. Grayscale: #CFCFCF. Windows color (decimal): -5447968 or 14737068. OLE color: 14737068.

HSL color Cylindrical-coordinate representation of color #ACDEE0: hue angle of 182.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEE0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172222224-
CMYK0.230.0100.12
HSL182.31º45.61%77.65%-
HSV(B)182.31º23.21%87.84%-
XYZ56.5966.480.35-
YUV207.28137.44102.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=27.83%
G=35.92%
B=36.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722222240.230.0100.12182.3145.6177.65
HexACDEE01710Cb62e4e
Octal25433634027101426656116
Binary10101100110111101110000010111101100101101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEE0; }

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

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

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

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

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

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

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

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