#afe0ec

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

Shades of Powder Blue #AFE0EC

Tints of Powder Blue #AFE0EC

Color information

#AFE0EC (or 0xAFE0EC) is unknown color: approx Powder Blue. HEX triplet: AF, E0 and EC. RGB value is (175,224,236). Sum of RGB (Red+Green+Blue) = 175+224+236=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0EC is #501F13. Grayscale: #D2D2D2. Windows color (decimal): -5250836 or 15524015. OLE color: 15524015.

HSL color Cylindrical-coordinate representation of color #AFE0EC: hue angle of 191.8º degrees, saturation: 0.62, 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 #AFE0EC is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175224236-
CMYK0.260.0500.07
HSL191.8º61.62%80.59%-
HSV(B)191.8º25.85%92.55%-
XYZ59.4868.4889.44-
YUV210.72142.27102.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.56%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=27.56%
G=35.28%
B=37.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752242360.260.0500.07191.861.6280.59
HexAFE0EC1A507c03e51
Octal2573403543250730076121
Binary101011111110000011101100110101010111110000001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe0ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe0ec; }

 p { color: rgb(175,224,236); }

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

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

 a { background-color: rgb(175,224,236); }

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

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

 span { border-color: rgb(175,224,236); }

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