#AFDEDC

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

Shades of Powder Blue #AFDEDC

Tints of Powder Blue #AFDEDC

Color information

#AFDEDC (or 0xAFDEDC) is unknown color: approx Powder Blue. HEX triplet: AF, DE and DC. RGB value is (175,222,220). Sum of RGB (Red+Green+Blue) = 175+222+220=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEDC is #502123. Grayscale: #CFCFCF. Windows color (decimal): -5251364 or 14474927. OLE color: 14474927.

HSL color Cylindrical-coordinate representation of color #AFDEDC: hue angle of 177.45º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEDC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB175222220-
CMYK0.2100.010.13
HSL177.45º41.59%77.84%-
HSV(B)177.45º21.17%87.06%-
XYZ56.7266.5277.56-
YUV207.72134.93104.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=28.36%
G=35.98%
B=35.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222200.2100.010.13177.4541.5977.84
HexAFDEDC1501Db12a4e
Octal25733633425011526152116
Binary10101111110111101101110010101011101101100011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEDC; }

 p { color: rgb(175,222,220); }

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

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

 a { background-color: rgb(175,222,220); }

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

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

 span { border-color: rgb(175,222,220); }

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