#ACDFE1

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

Shades of Powder Blue #ACDFE1

Tints of Powder Blue #ACDFE1

Color information

#ACDFE1 (or 0xACDFE1) is unknown color: approx Powder Blue. HEX triplet: AC, DF and E1. RGB value is (172,223,225). Sum of RGB (Red+Green+Blue) = 172+223+225=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACDFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFE1 is #53201E. Grayscale: #CFCFCF. Windows color (decimal): -5447711 or 14802860. OLE color: 14802860.

HSL color Cylindrical-coordinate representation of color #ACDFE1: hue angle of 182.26º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDFE1 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172223225-
CMYK0.240.0100.12
HSL182.26º46.9%77.84%-
HSV(B)182.26º23.56%88.24%-
XYZ56.9966.9881.16-
YUV207.98137.6102.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=27.74%
G=35.97%
B=36.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722232250.240.0100.12182.2646.977.84
HexACDFE11810Cb62f4e
Octal25433734130101426657116
Binary10101100110111111110000111000101100101101101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFE1; }

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

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

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

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

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

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

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

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