#AFDEE0

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

Shades of Powder Blue #AFDEE0

Tints of Powder Blue #AFDEE0

Color information

#AFDEE0 (or 0xAFDEE0) is unknown color: approx Powder Blue. HEX triplet: AF, DE and E0. RGB value is (175,222,224). Sum of RGB (Red+Green+Blue) = 175+222+224=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFDEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEE0 is #50211F. Grayscale: #D0D0D0. Windows color (decimal): -5251360 or 14737071. OLE color: 14737071.

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

Color convert

RGB175222224-
CMYK0.220.0100.12
HSL182.45º44.14%78.24%-
HSV(B)182.45º21.88%87.84%-
XYZ57.2666.7480.39-
YUV208.18136.93104.34-

RGB Variations

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

RGB

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

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
Decimal1752222240.220.0100.12182.4544.1478.24
HexAFDEE01610Cb62c4e
Octal25733634026101426654116
Binary10101111110111101110000010110101100101101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEE0; }

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

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

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

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

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

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

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

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