#AFDDE0

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

Shades of Powder Blue #AFDDE0

Tints of Powder Blue #AFDDE0

Color information

#AFDDE0 (or 0xAFDDE0) is unknown color: approx Powder Blue. HEX triplet: AF, DD and E0. RGB value is (175,221,224). Sum of RGB (Red+Green+Blue) = 175+221+224=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDE0 is #50221F. Grayscale: #CFCFCF. Windows color (decimal): -5251616 or 14736815. OLE color: 14736815.

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

Color convert

RGB175221224-
CMYK0.220.0100.12
HSL183.67º44.14%78.24%-
HSV(B)183.67º21.88%87.84%-
XYZ56.9966.2180.3-
YUV207.59137.26104.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752212240.220.0100.12183.6744.1478.24
HexAFDDE01610Cb82c4e
Octal25733534026101427054116
Binary10101111110111011110000010110101100101110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDE0; }

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

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

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

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

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

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

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

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