#ACE4E6

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

Shades of Powder Blue #ACE4E6

Tints of Powder Blue #ACE4E6

Color information

#ACE4E6 (or 0xACE4E6) is unknown color: approx Powder Blue. HEX triplet: AC, E4 and E6. RGB value is (172,228,230). Sum of RGB (Red+Green+Blue) = 172+228+230=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACE4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4E6 is #531B19. Grayscale: #D3D3D3. Windows color (decimal): -5446426 or 15131820. OLE color: 15131820.

HSL color Cylindrical-coordinate representation of color #ACE4E6: hue angle of 182.07º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4E6 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172228230-
CMYK0.250.0100.10
HSL182.07º53.7%78.82%-
HSV(B)182.07º25.22%90.2%-
XYZ59.0469.9785.26-
YUV211.48138.4599.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 228 (89.45% from 255) = 36.19%
BLUE value IS 230 (90.23% from 255) = 36.51%
R=27.30%
G=36.19%
B=36.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722282300.250.0100.10182.0753.778.82
HexACE4E61910Ab6364f
Octal25434434631101226666117
Binary10101100111001001110011011001101010101101101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4E6; }

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

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

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

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

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

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

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

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