#AFE0DE

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

Shades of Powder Blue #AFE0DE

Tints of Powder Blue #AFE0DE

Color information

#AFE0DE (or 0xAFE0DE) is unknown color: approx Powder Blue. HEX triplet: AF, E0 and DE. RGB value is (175,224,222). Sum of RGB (Red+Green+Blue) = 175+224+222=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DE is #501F21. Grayscale: #D1D1D1. Windows color (decimal): -5250850 or 14606511. OLE color: 14606511.

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

Color convert

RGB175224222-
CMYK0.2200.010.12
HSL177.55º44.14%78.24%-
HSV(B)177.55º21.88%87.84%-
XYZ57.5267.779.14-
YUV209.12135.27103.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=28.18%
G=36.07%
B=35.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242220.2200.010.12177.5544.1478.24
HexAFE0DE1601Cb22c4e
Octal25734033626011426254116
Binary10101111111000001101111010110011100101100101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0DE; }

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

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

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

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

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

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

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

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