#AFE4E9

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

Shades of Powder Blue #AFE4E9

Tints of Powder Blue #AFE4E9

Color information

#AFE4E9 (or 0xAFE4E9) is unknown color: approx Powder Blue. HEX triplet: AF, E4 and E9. RGB value is (175,228,233). Sum of RGB (Red+Green+Blue) = 175+228+233=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFE4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4E9 is #501B16. Grayscale: #D4D4D4. Windows color (decimal): -5249815 or 15328431. OLE color: 15328431.

HSL color Cylindrical-coordinate representation of color #AFE4E9: hue angle of 185.17º 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 #AFE4E9 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175228233-
CMYK0.250.0200.09
HSL185.17º56.86%80%-
HSV(B)185.17º24.89%91.37%-
XYZ60.1370.4887.53-
YUV212.72139.44101.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.52%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 233 (91.41% from 255) = 36.64%
R=27.52%
G=35.85%
B=36.64%

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
Decimal1752282330.250.0200.09185.1756.8680
HexAFE4E919209b93950
Octal25734435131201127171120
Binary101011111110010011101001110011001001101110011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4E9; }

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

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

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

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

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

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

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

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