#AFE5E9

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

Shades of Powder Blue #AFE5E9

Tints of Powder Blue #AFE5E9

Color information

#AFE5E9 (or 0xAFE5E9) is unknown color: approx Powder Blue. HEX triplet: AF, E5 and E9. RGB value is (175,229,233). Sum of RGB (Red+Green+Blue) = 175+229+233=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFE5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5E9 is #501A16. Grayscale: #D5D5D5. Windows color (decimal): -5249559 or 15328687. OLE color: 15328687.

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

Color convert

RGB175229233-
CMYK0.250.0200.09
HSL184.14º56.86%80%-
HSV(B)184.14º24.89%91.37%-
XYZ60.4171.0487.62-
YUV213.31139.11100.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=27.47%
G=35.95%
B=36.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752292330.250.0200.09184.1456.8680
HexAFE5E919209b83950
Octal25734535131201127071120
Binary101011111110010111101001110011001001101110001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5E9; }

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

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

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

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

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

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

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

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