#ACDFE0

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

Shades of Powder Blue #ACDFE0

Tints of Powder Blue #ACDFE0

Color information

#ACDFE0 (or 0xACDFE0) is unknown color: approx Powder Blue. HEX triplet: AC, DF and E0. RGB value is (172,223,224). Sum of RGB (Red+Green+Blue) = 172+223+224=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACDFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFE0 is #53201F. Grayscale: #CFCFCF. Windows color (decimal): -5447712 or 14737324. OLE color: 14737324.

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

Color convert

RGB172223224-
CMYK0.230.0000.12
HSL181.15º45.61%77.65%-
HSV(B)181.15º23.21%87.84%-
XYZ56.8666.9380.44-
YUV207.86137.1102.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=27.79%
G=36.03%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722232240.230.0000.12181.1545.6177.65
HexACDFE01700Cb52e4e
Octal25433734027001426556116
Binary10101100110111111110000010111001100101101011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFE0; }

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

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

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

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

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

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

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

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