#AFE5E7

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

Shades of Powder Blue #AFE5E7

Tints of Powder Blue #AFE5E7

Color information

#AFE5E7 (or 0xAFE5E7) is unknown color: approx Powder Blue. HEX triplet: AF, E5 and E7. RGB value is (175,229,231). Sum of RGB (Red+Green+Blue) = 175+229+231=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFE5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5E7 is #501A18. Grayscale: #D5D5D5. Windows color (decimal): -5249561 or 15197615. OLE color: 15197615.

HSL color Cylindrical-coordinate representation of color #AFE5E7: hue angle of 182.14º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5E7 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175229231-
CMYK0.240.0100.09
HSL182.14º53.85%79.61%-
HSV(B)182.14º24.24%90.59%-
XYZ60.1270.9286.12-
YUV213.08138.11100.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.56%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 231 (90.62% from 255) = 36.38%
R=27.56%
G=36.06%
B=36.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752292310.240.0100.09182.1453.8579.61
HexAFE5E718109b63650
Octal25734534730101126666120
Binary10101111111001011110011111000101001101101101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5E7; }

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

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

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

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

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

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

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

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