#AFE5E2

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

Shades of Powder Blue #AFE5E2

Tints of Powder Blue #AFE5E2

Color information

#AFE5E2 (or 0xAFE5E2) is unknown color: approx Powder Blue. HEX triplet: AF, E5 and E2. RGB value is (175,229,226). Sum of RGB (Red+Green+Blue) = 175+229+226=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5E2 is #501A1D. Grayscale: #D4D4D4. Windows color (decimal): -5249566 or 14869935. OLE color: 14869935.

HSL color Cylindrical-coordinate representation of color #AFE5E2: hue angle of 176.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5E2 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB175229226-
CMYK0.2400.010.10
HSL176.67º50.94%79.22%-
HSV(B)176.67º23.58%89.8%-
XYZ59.4370.6482.46-
YUV212.51135.61101.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 229 (89.84% from 255) = 36.35%
BLUE value IS 226 (88.67% from 255) = 35.87%
R=27.78%
G=36.35%
B=35.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752292260.2400.010.10176.6750.9479.22
HexAFE5E21801Ab1334f
Octal25734534230011226163117
Binary10101111111001011110001011000011010101100011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5E2; }

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

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

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

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

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

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

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

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