#AFE4F0

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

Shades of Powder Blue #AFE4F0

Tints of Powder Blue #AFE4F0

Color information

#AFE4F0 (or 0xAFE4F0) is unknown color: approx Powder Blue. HEX triplet: AF, E4 and F0. RGB value is (175,228,240). Sum of RGB (Red+Green+Blue) = 175+228+240=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4F0 is #501B0F. Grayscale: #D5D5D5. Windows color (decimal): -5249808 or 15787183. OLE color: 15787183.

HSL color Cylindrical-coordinate representation of color #AFE4F0: hue angle of 191.08º 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 #AFE4F0 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175228240-
CMYK0.270.0500.06
HSL191.08º68.42%81.37%-
HSV(B)191.08º27.08%94.12%-
XYZ61.1570.8992.9-
YUV213.52142.94100.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 228 (89.45% from 255) = 35.46%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=27.22%
G=35.46%
B=37.33%

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
Decimal1752282400.270.0500.06191.0868.4281.37
HexAFE4F01B506bf4451
Octal25734436033506277104121
Binary1010111111100100111100001101110101101011111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4F0; }

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

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

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

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

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

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

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

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