#ACE3EB

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

Shades of Powder Blue #ACE3EB

Tints of Powder Blue #ACE3EB

Color information

#ACE3EB (or 0xACE3EB) is unknown color: approx Powder Blue. HEX triplet: AC, E3 and EB. RGB value is (172,227,235). Sum of RGB (Red+Green+Blue) = 172+227+235=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3EB is #531C14. Grayscale: #D3D3D3. Windows color (decimal): -5446677 or 15459244. OLE color: 15459244.

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

Color convert

RGB172227235-
CMYK0.270.0300.08
HSL187.62º61.17%79.8%-
HSV(B)187.62º26.81%92.16%-
XYZ59.4869.7188.92-
YUV211.47141.2899.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 227 (89.06% from 255) = 35.80%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=27.13%
G=35.80%
B=37.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722272350.270.0300.08187.6261.1779.8
HexACE3EB1B308bc3d50
Octal25434335333301027475120
Binary101011001110001111101011110111101000101111001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3EB; }

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

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

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

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

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

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

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

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