#ACDFDE

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

Shades of Powder Blue #ACDFDE

Tints of Powder Blue #ACDFDE

Color information

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

HSL color Cylindrical-coordinate representation of color #ACDFDE: hue angle of 178.82º 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 #ACDFDE is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB172223222-
CMYK0.2300.000.13
HSL178.82º44.35%77.45%-
HSV(B)178.82º22.87%87.45%-
XYZ56.5966.8279.02-
YUV207.64136.1102.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722232220.2300.000.13178.8244.3577.45
HexACDFDE1700Db32c4d
Octal25433733627001526354115
Binary10101100110111111101111010111001101101100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFDE; }

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

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

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

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

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

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

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

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