#AFE4EC

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

Shades of Powder Blue #AFE4EC

Tints of Powder Blue #AFE4EC

Color information

#AFE4EC (or 0xAFE4EC) is unknown color: approx Powder Blue. HEX triplet: AF, E4 and EC. RGB value is (175,228,236). Sum of RGB (Red+Green+Blue) = 175+228+236=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4EC is #501B13. Grayscale: #D4D4D4. Windows color (decimal): -5249812 or 15525039. OLE color: 15525039.

HSL color Cylindrical-coordinate representation of color #AFE4EC: hue angle of 187.87º 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 #AFE4EC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175228236-
CMYK0.260.0300.07
HSL187.87º61.62%80.59%-
HSV(B)187.87º25.85%92.55%-
XYZ60.5670.6689.8-
YUV213.06140.94100.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.39%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=27.39%
G=35.68%
B=36.93%

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
Decimal1752282360.260.0300.07187.8761.6280.59
HexAFE4EC1A307bc3e51
Octal2573443543230727476121
Binary10101111111001001110110011010110111101111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4EC; }

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

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

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

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

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

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

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

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