#ACDFEA

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

Shades of Powder Blue #ACDFEA

Tints of Powder Blue #ACDFEA

Color information

#ACDFEA (or 0xACDFEA) is unknown color: approx Powder Blue. HEX triplet: AC, DF and EA. RGB value is (172,223,234). Sum of RGB (Red+Green+Blue) = 172+223+234=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFEA is #532015. Grayscale: #D0D0D0. Windows color (decimal): -5447702 or 15392684. OLE color: 15392684.

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

Color convert

RGB172223234-
CMYK0.260.0500.08
HSL190.65º59.62%79.61%-
HSV(B)190.65º26.5%91.76%-
XYZ58.2567.4987.8-
YUV209142.1101.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.34%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=27.34%
G=35.45%
B=37.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722232340.260.0500.08190.6559.6279.61
HexACDFEA1A508bf3c50
Octal25433735232501027774120
Binary1010110011011111111010101101010101000101111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFEA; }

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

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

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

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

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

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

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

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