#AFE3F0

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

Shades of Powder Blue #AFE3F0

Tints of Powder Blue #AFE3F0

Color information

#AFE3F0 (or 0xAFE3F0) is unknown color: approx Powder Blue. HEX triplet: AF, E3 and F0. RGB value is (175,227,240). Sum of RGB (Red+Green+Blue) = 175+227+240=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3F0 is #501C0F. Grayscale: #D4D4D4. Windows color (decimal): -5250064 or 15786927. OLE color: 15786927.

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

Color convert

RGB175227240-
CMYK0.270.0500.06
HSL192º68.42%81.37%-
HSV(B)192º27.08%94.12%-
XYZ60.8870.3492.81-
YUV212.93143.27100.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 240 (94.14% from 255) = 37.38%
R=27.26%
G=35.36%
B=37.38%

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
Decimal1752272400.270.0500.0619268.4281.37
HexAFE3F01B506c04451
Octal25734336033506300104121
Binary1010111111100011111100001101110101101100000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3F0; }

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

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

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

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

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

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

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

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