#ACE3EA

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

Shades of Powder Blue #ACE3EA

Tints of Powder Blue #ACE3EA

Color information

#ACE3EA (or 0xACE3EA) is unknown color: approx Powder Blue. HEX triplet: AC, E3 and EA. RGB value is (172,227,234). Sum of RGB (Red+Green+Blue) = 172+227+234=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3EA is #531C15. Grayscale: #D3D3D3. Windows color (decimal): -5446678 or 15393708. OLE color: 15393708.

HSL color Cylindrical-coordinate representation of color #ACE3EA: hue angle of 186.77º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE3EA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172227234-
CMYK0.260.0300.08
HSL186.77º59.62%79.61%-
HSV(B)186.77º26.5%91.76%-
XYZ59.3369.6588.16-
YUV211.35140.7899.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 227 (89.06% from 255) = 35.86%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=27.17%
G=35.86%
B=36.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722272340.260.0300.08186.7759.6279.61
HexACE3EA1A308bb3c50
Octal25434335232301027374120
Binary101011001110001111101010110101101000101110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3EA; }

 p { color: rgb(172,227,234); }

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

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

 a { background-color: rgb(172,227,234); }

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

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

 span { border-color: rgb(172,227,234); }

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