#AFE6EA

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

Shades of Powder Blue #AFE6EA

Tints of Powder Blue #AFE6EA

Color information

#AFE6EA (or 0xAFE6EA) is unknown color: approx Powder Blue. HEX triplet: AF, E6 and EA. RGB value is (175,230,234). Sum of RGB (Red+Green+Blue) = 175+230+234=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFE6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6EA is #501915. Grayscale: #D5D5D5. Windows color (decimal): -5249302 or 15394479. OLE color: 15394479.

HSL color Cylindrical-coordinate representation of color #AFE6EA: hue angle of 184.07º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE6EA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175230234-
CMYK0.250.0200.08
HSL184.07º58.42%80.2%-
HSV(B)184.07º25.21%91.76%-
XYZ60.8371.6588.47-
YUV214.01139.28100.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.39%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=27.39%
G=35.99%
B=36.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752302340.250.0200.08184.0758.4280.2
HexAFE6EA19208b83a50
Octal25734635231201027072120
Binary101011111110011011101010110011001000101110001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6EA; }

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

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

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

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

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

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

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

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