#AFDCE0

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

Shades of Powder Blue #AFDCE0

Tints of Powder Blue #AFDCE0

Color information

#AFDCE0 (or 0xAFDCE0) is unknown color: approx Powder Blue. HEX triplet: AF, DC and E0. RGB value is (175,220,224). Sum of RGB (Red+Green+Blue) = 175+220+224=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCE0 is #50231F. Grayscale: #CECECE. Windows color (decimal): -5251872 or 14736559. OLE color: 14736559.

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

Color convert

RGB175220224-
CMYK0.220.0200.12
HSL184.9º44.14%78.24%-
HSV(B)184.9º21.88%87.84%-
XYZ56.7365.6880.21-
YUV207137.59105.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=28.27%
G=35.54%
B=36.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752202240.220.0200.12184.944.1478.24
HexAFDCE01620Cb92c4e
Octal25733434026201427154116
Binary101011111101110011100000101101001100101110011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCE0; }

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

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

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

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

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

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

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

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