#AFDEDF

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

Shades of Powder Blue #AFDEDF

Tints of Powder Blue #AFDEDF

Color information

#AFDEDF (or 0xAFDEDF) is unknown color: approx Powder Blue. HEX triplet: AF, DE and DF. RGB value is (175,222,223). Sum of RGB (Red+Green+Blue) = 175+222+223=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEDF is #502120. Grayscale: #D0D0D0. Windows color (decimal): -5251361 or 14671535. OLE color: 14671535.

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

Color convert

RGB175222223-
CMYK0.220.0000.13
HSL181.25º42.86%78.04%-
HSV(B)181.25º21.52%87.45%-
XYZ57.1266.6879.67-
YUV208.06136.43104.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=28.23%
G=35.81%
B=35.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222230.220.0000.13181.2542.8678.04
HexAFDEDF1600Db52b4e
Octal25733633726001526553116
Binary10101111110111101101111110110001101101101011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEDF; }

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

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

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

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

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

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

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

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