#A6BDE0

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

Shades of Light Steel Blue #A6BDE0

Tints of Light Steel Blue #A6BDE0

Color information

#A6BDE0 (or 0xA6BDE0) is unknown color: approx Light Steel Blue. HEX triplet: A6, BD and E0. RGB value is (166,189,224). Sum of RGB (Red+Green+Blue) = 166+189+224=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6BDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDE0 is #59421F. Grayscale: #B9B9B9. Windows color (decimal): -5849632 or 14728614. OLE color: 14728614.

HSL color Cylindrical-coordinate representation of color #A6BDE0: hue angle of 216.21º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6BDE0 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166189224-
CMYK0.260.1600.12
HSL216.21º48.33%76.47%-
HSV(B)216.21º25.89%87.84%-
XYZ47.3849.8877.65-
YUV186.11149.38113.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.67%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=28.67%
G=32.64%
B=38.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661892240.260.1600.12216.2148.3376.47
HexA6BDE01A100Cd8304c
Octal246275340322001433060114
Binary101001101011110111100000110101000001100110110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDE0; }

 p { color: rgb(166,189,224); }

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

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

 a { background-color: rgb(166,189,224); }

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

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

 span { border-color: rgb(166,189,224); }

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