#AFE6EF

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

Shades of Powder Blue #AFE6EF

Tints of Powder Blue #AFE6EF

Color information

#AFE6EF (or 0xAFE6EF) is unknown color: approx Powder Blue. HEX triplet: AF, E6 and EF. RGB value is (175,230,239). Sum of RGB (Red+Green+Blue) = 175+230+239=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6EF is #501910. Grayscale: #D6D6D6. Windows color (decimal): -5249297 or 15722159. OLE color: 15722159.

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

Color convert

RGB175230239-
CMYK0.270.0400.06
HSL188.44º66.67%81.18%-
HSV(B)188.44º26.78%93.73%-
XYZ61.5671.9492.3-
YUV214.58141.7899.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=27.17%
G=35.71%
B=37.11%

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
Decimal1752302390.270.0400.06188.4466.6781.18
HexAFE6EF1B406bc4351
Octal25734635733406274103121
Binary1010111111100110111011111101110001101011110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6EF; }

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

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

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

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

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

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

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

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