#AFE6F0

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

Shades of Powder Blue #AFE6F0

Tints of Powder Blue #AFE6F0

Color information

#AFE6F0 (or 0xAFE6F0) is unknown color: approx Powder Blue. HEX triplet: AF, E6 and F0. RGB value is (175,230,240). Sum of RGB (Red+Green+Blue) = 175+230+240=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE6F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6F0 is #50190F. Grayscale: #D6D6D6. Windows color (decimal): -5249296 or 15787695. OLE color: 15787695.

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

Color convert

RGB175230240-
CMYK0.270.0400.06
HSL189.23º68.42%81.37%-
HSV(B)189.23º27.08%94.12%-
XYZ61.77293.08-
YUV214.7142.2899.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.13%
GREEN value IS 230 (90.23% from 255) = 35.66%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=27.13%
G=35.66%
B=37.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752302400.270.0400.06189.2368.4281.37
HexAFE6F01B406bd4451
Octal25734636033406275104121
Binary1010111111100110111100001101110001101011110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6F0; }

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

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

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

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

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

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

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

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