#AFBEDC

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

Shades of Light Steel Blue #AFBEDC

Tints of Light Steel Blue #AFBEDC

Color information

#AFBEDC (or 0xAFBEDC) is unknown color: approx Light Steel Blue. HEX triplet: AF, BE and DC. RGB value is (175,190,220). Sum of RGB (Red+Green+Blue) = 175+190+220=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEDC is #504123. Grayscale: #BCBCBC. Windows color (decimal): -5259556 or 14466735. OLE color: 14466735.

HSL color Cylindrical-coordinate representation of color #AFBEDC: hue angle of 220º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBEDC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175190220-
CMYK0.200.1400.14
HSL220º39.13%77.45%-
HSV(B)220º20.45%86.27%-
XYZ49.0151.1174.99-
YUV188.94145.53118.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=29.91%
G=32.48%
B=37.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751902200.200.1400.1422039.1377.45
HexAFBEDC14E0Edc274d
Octal257276334241601633447115
Binary10101111101111101101110010100111001110110111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEDC; }

 p { color: rgb(175,190,220); }

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

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

 a { background-color: rgb(175,190,220); }

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

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

 span { border-color: rgb(175,190,220); }

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