#ACE0E4

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

Shades of Powder Blue #ACE0E4

Tints of Powder Blue #ACE0E4

Color information

#ACE0E4 (or 0xACE0E4) is unknown color: approx Powder Blue. HEX triplet: AC, E0 and E4. RGB value is (172,224,228). Sum of RGB (Red+Green+Blue) = 172+224+228=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACE0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0E4 is #531F1B. Grayscale: #D0D0D0. Windows color (decimal): -5447452 or 14999724. OLE color: 14999724.

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

Color convert

RGB172224228-
CMYK0.250.0200.11
HSL184.29º50.91%78.43%-
HSV(B)184.29º24.56%89.41%-
XYZ57.6767.6883.42-
YUV208.91138.77101.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 228 (89.45% from 255) = 36.54%
R=27.56%
G=35.90%
B=36.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722242280.250.0200.11184.2950.9178.43
HexACE0E41920Bb8334e
Octal25434034431201327063116
Binary101011001110000011100100110011001011101110001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0E4; }

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

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

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

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

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

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

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

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