#AFDCDE

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

Shades of Powder Blue #AFDCDE

Tints of Powder Blue #AFDCDE

Color information

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

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

Color convert

RGB175220222-
CMYK0.210.0100.13
HSL182.55º41.59%77.84%-
HSV(B)182.55º21.17%87.06%-
XYZ56.4665.5778.79-
YUV206.77136.59105.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752202220.210.0100.13182.5541.5977.84
HexAFDCDE1510Db72a4e
Octal25733433625101526752116
Binary10101111110111001101111010101101101101101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCDE; }

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

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

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

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

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

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

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

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