#AFE4EF

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

Shades of Powder Blue #AFE4EF

Tints of Powder Blue #AFE4EF

Color information

#AFE4EF (or 0xAFE4EF) is unknown color: approx Powder Blue. HEX triplet: AF, E4 and EF. RGB value is (175,228,239). Sum of RGB (Red+Green+Blue) = 175+228+239=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4EF is #501B10. Grayscale: #D5D5D5. Windows color (decimal): -5249809 or 15721647. OLE color: 15721647.

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

Color convert

RGB175228239-
CMYK0.270.0500.06
HSL190.31º66.67%81.18%-
HSV(B)190.31º26.78%93.73%-
XYZ6170.8392.12-
YUV213.41142.44100.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=27.26%
G=35.51%
B=37.23%

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
Decimal1752282390.270.0500.06190.3166.6781.18
HexAFE4EF1B506be4351
Octal25734435733506276103121
Binary1010111111100100111011111101110101101011111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4EF; }

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

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

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

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

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

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

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

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