#AFE2EC

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

Shades of Powder Blue #AFE2EC

Tints of Powder Blue #AFE2EC

Color information

#AFE2EC (or 0xAFE2EC) is unknown color: approx Powder Blue. HEX triplet: AF, E2 and EC. RGB value is (175,226,236). Sum of RGB (Red+Green+Blue) = 175+226+236=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2EC is #501D13. Grayscale: #D3D3D3. Windows color (decimal): -5250324 or 15524527. OLE color: 15524527.

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

Color convert

RGB175226236-
CMYK0.260.0400.07
HSL189.84º61.62%80.59%-
HSV(B)189.84º25.85%92.55%-
XYZ60.0269.5689.62-
YUV211.89141.6101.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=27.47%
G=35.48%
B=37.05%

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
Decimal1752262360.260.0400.07189.8461.6280.59
HexAFE2EC1A407be3e51
Octal2573423543240727676121
Binary101011111110001011101100110101000111101111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE2EC; }

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

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

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

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

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

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

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

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