#AFE6ED

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

Shades of Powder Blue #AFE6ED

Tints of Powder Blue #AFE6ED

Color information

#AFE6ED (or 0xAFE6ED) is unknown color: approx Powder Blue. HEX triplet: AF, E6 and ED. RGB value is (175,230,237). Sum of RGB (Red+Green+Blue) = 175+230+237=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6ED is #501912. Grayscale: #D6D6D6. Windows color (decimal): -5249299 or 15591087. OLE color: 15591087.

HSL color Cylindrical-coordinate representation of color #AFE6ED: hue angle of 186.77º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE6ED is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175230237-
CMYK0.260.0300.07
HSL186.77º63.27%80.78%-
HSV(B)186.77º26.16%92.94%-
XYZ61.2671.8290.75-
YUV214.35140.7899.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 230 (90.23% from 255) = 35.83%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=27.26%
G=35.83%
B=36.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752302370.260.0300.07186.7763.2780.78
HexAFE6ED1A307bb3f51
Octal2573463553230727377121
Binary10101111111001101110110111010110111101110111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6ED; }

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

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

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

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

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

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

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

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