#AFE3EC

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

Shades of Powder Blue #AFE3EC

Tints of Powder Blue #AFE3EC

Color information

#AFE3EC (or 0xAFE3EC) is unknown color: approx Powder Blue. HEX triplet: AF, E3 and EC. RGB value is (175,227,236). Sum of RGB (Red+Green+Blue) = 175+227+236=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3EC is #501C13. Grayscale: #D4D4D4. Windows color (decimal): -5250068 or 15524783. OLE color: 15524783.

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

Color convert

RGB175227236-
CMYK0.260.0400.07
HSL188.85º61.62%80.59%-
HSV(B)188.85º25.85%92.55%-
XYZ60.2970.1189.71-
YUV212.48141.27101.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=27.43%
G=35.58%
B=36.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752272360.260.0400.07188.8561.6280.59
HexAFE3EC1A407bd3e51
Octal2573433543240727576121
Binary101011111110001111101100110101000111101111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3EC; }

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

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

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

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

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

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

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

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