#A8BEDB

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

Shades of Light Steel Blue #A8BEDB

Tints of Light Steel Blue #A8BEDB

Color information

#A8BEDB (or 0xA8BEDB) is unknown color: approx Light Steel Blue. HEX triplet: A8, BE and DB. RGB value is (168,190,219). Sum of RGB (Red+Green+Blue) = 168+190+219=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEDB is #574124. Grayscale: #BABABA. Windows color (decimal): -5718309 or 14401192. OLE color: 14401192.

HSL color Cylindrical-coordinate representation of color #A8BEDB: hue angle of 214.12º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8BEDB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168190219-
CMYK0.230.1300.14
HSL214.12º41.46%75.88%-
HSV(B)214.12º23.29%85.88%-
XYZ47.3550.2774.22-
YUV186.73146.21114.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.12%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=29.12%
G=32.93%
B=37.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681902190.230.1300.14214.1241.4675.88
HexA8BEDB17D0Ed6294c
Octal250276333271501632651114
Binary10101000101111101101101110111110101110110101101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEDB; }

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

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

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

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

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

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

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

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