#A8BCDE

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

Shades of Light Steel Blue #A8BCDE

Tints of Light Steel Blue #A8BCDE

Color information

#A8BCDE (or 0xA8BCDE) is unknown color: approx Light Steel Blue. HEX triplet: A8, BC and DE. RGB value is (168,188,222). Sum of RGB (Red+Green+Blue) = 168+188+222=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCDE is #574321. Grayscale: #B9B9B9. Windows color (decimal): -5718818 or 14597288. OLE color: 14597288.

HSL color Cylindrical-coordinate representation of color #A8BCDE: hue angle of 217.78º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8BCDE is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168188222-
CMYK0.240.1500.13
HSL217.78º45%76.47%-
HSV(B)217.78º24.32%87.06%-
XYZ47.3249.5776.18-
YUV185.9148.37115.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.07%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=29.07%
G=32.53%
B=38.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681882220.240.1500.13217.784576.47
HexA8BCDE18F0Dda2d4c
Octal250274336301701533255114
Binary10101000101111001101111011000111101101110110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCDE; }

 p { color: rgb(168,188,222); }

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

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

 a { background-color: rgb(168,188,222); }

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

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

 span { border-color: rgb(168,188,222); }

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