#AFE1E2

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

Shades of Powder Blue #AFE1E2

Tints of Powder Blue #AFE1E2

Color information

#AFE1E2 (or 0xAFE1E2) is unknown color: approx Powder Blue. HEX triplet: AF, E1 and E2. RGB value is (175,225,226). Sum of RGB (Red+Green+Blue) = 175+225+226=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFE1E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1E2 is #501E1D. Grayscale: #D2D2D2. Windows color (decimal): -5250590 or 14868911. OLE color: 14868911.

HSL color Cylindrical-coordinate representation of color #AFE1E2: hue angle of 181.18º 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 #AFE1E2 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175225226-
CMYK0.230.0000.11
HSL181.18º46.79%78.63%-
HSV(B)181.18º22.57%88.63%-
XYZ58.3368.4682.09-
YUV210.16136.94102.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 226 (88.67% from 255) = 36.10%
R=27.96%
G=35.94%
B=36.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752252260.230.0000.11181.1846.7978.63
HexAFE1E21700Bb52f4f
Octal25734134227001326557117
Binary10101111111000011110001010111001011101101011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1E2; }

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

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

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

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

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

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

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

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