#AFE5EC

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

Shades of Powder Blue #AFE5EC

Tints of Powder Blue #AFE5EC

Color information

#AFE5EC (or 0xAFE5EC) is unknown color: approx Powder Blue. HEX triplet: AF, E5 and EC. RGB value is (175,229,236). Sum of RGB (Red+Green+Blue) = 175+229+236=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5EC is #501A13. Grayscale: #D5D5D5. Windows color (decimal): -5249556 or 15525295. OLE color: 15525295.

HSL color Cylindrical-coordinate representation of color #AFE5EC: hue angle of 186.89º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE5EC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175229236-
CMYK0.260.0300.07
HSL186.89º61.62%80.59%-
HSV(B)186.89º25.85%92.55%-
XYZ60.8471.2189.89-
YUV213.65140.61100.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 229 (89.84% from 255) = 35.78%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=27.34%
G=35.78%
B=36.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752292360.260.0300.07186.8961.6280.59
HexAFE5EC1A307bb3e51
Octal2573453543230727376121
Binary10101111111001011110110011010110111101110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5EC; }

 p { color: rgb(175,229,236); }

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

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

 a { background-color: rgb(175,229,236); }

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

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

 span { border-color: rgb(175,229,236); }

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