#AFBEDB

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

Shades of Light Steel Blue #AFBEDB

Tints of Light Steel Blue #AFBEDB

Color information

#AFBEDB (or 0xAFBEDB) is unknown color: approx Light Steel Blue. HEX triplet: AF, BE and DB. RGB value is (175,190,219). Sum of RGB (Red+Green+Blue) = 175+190+219=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEDB is #504124. Grayscale: #BCBCBC. Windows color (decimal): -5259557 or 14401199. OLE color: 14401199.

HSL color Cylindrical-coordinate representation of color #AFBEDB: hue angle of 219.55º degrees, saturation: 0.38, 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 #AFBEDB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175190219-
CMYK0.200.1300.14
HSL219.55º37.93%77.25%-
HSV(B)219.55º20.09%85.88%-
XYZ48.8851.0674.3-
YUV188.82145.03118.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=29.97%
G=32.53%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751902190.200.1300.14219.5537.9377.25
HexAFBEDB14D0Edc264d
Octal257276333241501633446115
Binary10101111101111101101101110100110101110110111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEDB; }

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

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

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

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

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

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

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

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