#AFBEDE

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

Shades of Light Steel Blue #AFBEDE

Tints of Light Steel Blue #AFBEDE

Color information

#AFBEDE (or 0xAFBEDE) is unknown color: approx Light Steel Blue. HEX triplet: AF, BE and DE. RGB value is (175,190,222). Sum of RGB (Red+Green+Blue) = 175+190+222=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFBEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEDE is #504121. Grayscale: #BDBDBD. Windows color (decimal): -5259554 or 14597807. OLE color: 14597807.

HSL color Cylindrical-coordinate representation of color #AFBEDE: hue angle of 220.85º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBEDE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175190222-
CMYK0.210.1400.13
HSL220.85º41.59%77.84%-
HSV(B)220.85º21.17%87.06%-
XYZ49.2851.2176.4-
YUV189.16146.53117.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=29.81%
G=32.37%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751902220.210.1400.13220.8541.5977.84
HexAFBEDE15E0Ddd2a4e
Octal257276336251601533552116
Binary10101111101111101101111010101111001101110111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEDE; }

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

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

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

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

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

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

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

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