#AFE0DF

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

Shades of Powder Blue #AFE0DF

Tints of Powder Blue #AFE0DF

Color information

#AFE0DF (or 0xAFE0DF) is unknown color: approx Powder Blue. HEX triplet: AF, E0 and DF. RGB value is (175,224,223). Sum of RGB (Red+Green+Blue) = 175+224+223=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DF is #501F20. Grayscale: #D1D1D1. Windows color (decimal): -5250849 or 14672047. OLE color: 14672047.

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

Color convert

RGB175224223-
CMYK0.2200.000.12
HSL178.78º44.14%78.24%-
HSV(B)178.78º21.88%87.84%-
XYZ57.6567.7579.85-
YUV209.24135.77103.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=28.14%
G=36.01%
B=35.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242230.2200.000.12178.7844.1478.24
HexAFE0DF1600Cb32c4e
Octal25734033726001426354116
Binary10101111111000001101111110110001100101100111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0DF; }

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

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

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

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

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

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

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

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