#ACDEDF

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

Shades of Powder Blue #ACDEDF

Tints of Powder Blue #ACDEDF

Color information

#ACDEDF (or 0xACDEDF) is unknown color: approx Powder Blue. HEX triplet: AC, DE and DF. RGB value is (172,222,223). Sum of RGB (Red+Green+Blue) = 172+222+223=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEDF is #532120. Grayscale: #CFCFCF. Windows color (decimal): -5447969 or 14671532. OLE color: 14671532.

HSL color Cylindrical-coordinate representation of color #ACDEDF: hue angle of 181.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEDF is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172222223-
CMYK0.230.0000.13
HSL181.18º44.35%77.45%-
HSV(B)181.18º22.87%87.45%-
XYZ56.4566.3479.64-
YUV207.16136.94102.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=27.88%
G=35.98%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722222230.230.0000.13181.1844.3577.45
HexACDEDF1700Db52c4d
Octal25433633727001526554115
Binary10101100110111101101111110111001101101101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEDF; }

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

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

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

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

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

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

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

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