#ACE1E5

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

Shades of Powder Blue #ACE1E5

Tints of Powder Blue #ACE1E5

Color information

#ACE1E5 (or 0xACE1E5) is unknown color: approx Powder Blue. HEX triplet: AC, E1 and E5. RGB value is (172,225,229). Sum of RGB (Red+Green+Blue) = 172+225+229=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1E5 is #531E1A. Grayscale: #D1D1D1. Windows color (decimal): -5447195 or 15065516. OLE color: 15065516.

HSL color Cylindrical-coordinate representation of color #ACE1E5: hue angle of 184.21º degrees, saturation: 0.52, 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 #ACE1E5 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172225229-
CMYK0.250.0200.10
HSL184.21º52.29%78.63%-
HSV(B)184.21º24.89%89.8%-
XYZ58.0868.2884.25-
YUV209.61138.94101.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 229 (89.84% from 255) = 36.58%
R=27.48%
G=35.94%
B=36.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722252290.250.0200.10184.2152.2978.63
HexACE1E51920Ab8344f
Octal25434134531201227064117
Binary101011001110000111100101110011001010101110001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1E5; }

 p { color: rgb(172,225,229); }

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

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

 a { background-color: rgb(172,225,229); }

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

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

 span { border-color: rgb(172,225,229); }

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