#ACDAE2

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

Shades of Powder Blue #ACDAE2

Tints of Powder Blue #ACDAE2

Color information

#ACDAE2 (or 0xACDAE2) is unknown color: approx Powder Blue. HEX triplet: AC, DA and E2. RGB value is (172,218,226). Sum of RGB (Red+Green+Blue) = 172+218+226=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACDAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAE2 is #53251D. Grayscale: #CDCDCD. Windows color (decimal): -5448990 or 14867116. OLE color: 14867116.

HSL color Cylindrical-coordinate representation of color #ACDAE2: hue angle of 188.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDAE2 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172218226-
CMYK0.240.0400.11
HSL188.89º48.21%78.04%-
HSV(B)188.89º23.89%88.63%-
XYZ55.8164.481.44-
YUV205.16139.76104.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=27.92%
G=35.39%
B=36.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722182260.240.0400.11188.8948.2178.04
HexACDAE21840Bbd304e
Octal25433234230401327560116
Binary1010110011011010111000101100010001011101111011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAE2; }

 p { color: rgb(172,218,226); }

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

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

 a { background-color: rgb(172,218,226); }

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

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

 span { border-color: rgb(172,218,226); }

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