#AFE0DD

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

Shades of Powder Blue #AFE0DD

Tints of Powder Blue #AFE0DD

Color information

#AFE0DD (or 0xAFE0DD) is unknown color: approx Powder Blue. HEX triplet: AF, E0 and DD. RGB value is (175,224,221). Sum of RGB (Red+Green+Blue) = 175+224+221=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DD is #501F22. Grayscale: #D0D0D0. Windows color (decimal): -5250851 or 14540975. OLE color: 14540975.

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

Color convert

RGB175224221-
CMYK0.2200.010.12
HSL176.33º44.14%78.24%-
HSV(B)176.33º21.88%87.84%-
XYZ57.3967.6578.44-
YUV209.01134.77103.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=28.23%
G=36.13%
B=35.65%

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
Decimal1752242210.2200.010.12176.3344.1478.24
HexAFE0DD1601Cb02c4e
Octal25734033526011426054116
Binary10101111111000001101110110110011100101100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0DD; }

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

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

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

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

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

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

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

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