#AFE5F0

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

Shades of Powder Blue #AFE5F0

Tints of Powder Blue #AFE5F0

Color information

#AFE5F0 (or 0xAFE5F0) is unknown color: approx Powder Blue. HEX triplet: AF, E5 and F0. RGB value is (175,229,240). Sum of RGB (Red+Green+Blue) = 175+229+240=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5F0 is #501A0F. Grayscale: #D6D6D6. Windows color (decimal): -5249552 or 15787439. OLE color: 15787439.

HSL color Cylindrical-coordinate representation of color #AFE5F0: hue angle of 190.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE5F0 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175229240-
CMYK0.270.0500.06
HSL190.15º68.42%81.37%-
HSV(B)190.15º27.08%94.12%-
XYZ61.4371.4492.99-
YUV214.11142.61100.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 240 (94.14% from 255) = 37.27%
R=27.17%
G=35.56%
B=37.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752292400.270.0500.06190.1568.4281.37
HexAFE5F01B506be4451
Octal25734536033506276104121
Binary1010111111100101111100001101110101101011111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5F0; }

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

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

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

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

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

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

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

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