#AFDCE2

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

Shades of Powder Blue #AFDCE2

Tints of Powder Blue #AFDCE2

Color information

#AFDCE2 (or 0xAFDCE2) is unknown color: approx Powder Blue. HEX triplet: AF, DC and E2. RGB value is (175,220,226). Sum of RGB (Red+Green+Blue) = 175+220+226=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFDCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCE2 is #50231D. Grayscale: #CFCFCF. Windows color (decimal): -5251870 or 14867631. OLE color: 14867631.

HSL color Cylindrical-coordinate representation of color #AFDCE2: hue angle of 187.06º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDCE2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175220226-
CMYK0.230.0300.11
HSL187.06º46.79%78.63%-
HSV(B)187.06º22.57%88.63%-
XYZ5765.7981.65-
YUV207.23138.59105.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 226 (88.67% from 255) = 36.39%
R=28.18%
G=35.43%
B=36.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752202260.230.0300.11187.0646.7978.63
HexAFDCE21730Bbb2f4f
Octal25733434227301327357117
Binary101011111101110011100010101111101011101110111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCE2; }

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

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

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

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

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

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

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

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