#AFDCE1

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

Shades of Powder Blue #AFDCE1

Tints of Powder Blue #AFDCE1

Color information

#AFDCE1 (or 0xAFDCE1) is unknown color: approx Powder Blue. HEX triplet: AF, DC and E1. RGB value is (175,220,225). Sum of RGB (Red+Green+Blue) = 175+220+225=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCE1 is #50231E. Grayscale: #CFCFCF. Windows color (decimal): -5251871 or 14802095. OLE color: 14802095.

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

Color convert

RGB175220225-
CMYK0.220.0200.12
HSL186º45.45%78.43%-
HSV(B)186º22.22%88.24%-
XYZ56.8665.7480.93-
YUV207.11138.09105.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=28.23%
G=35.48%
B=36.29%

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
Decimal1752202250.220.0200.1218645.4578.43
HexAFDCE11620Cba2d4e
Octal25733434126201427255116
Binary101011111101110011100001101101001100101110101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCE1; }

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

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

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

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

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

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

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

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