#A6C1E5

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

Shades of Light Steel Blue #A6C1E5

Tints of Light Steel Blue #A6C1E5

Color information

#A6C1E5 (or 0xA6C1E5) is unknown color: approx Light Steel Blue. HEX triplet: A6, C1 and E5. RGB value is (166,193,229). Sum of RGB (Red+Green+Blue) = 166+193+229=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6C1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1E5 is #593E1A. Grayscale: #BCBCBC. Windows color (decimal): -5848603 or 15057318. OLE color: 15057318.

HSL color Cylindrical-coordinate representation of color #A6C1E5: hue angle of 214.29º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6C1E5 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166193229-
CMYK0.280.1600.10
HSL214.29º54.78%77.45%-
HSV(B)214.29º27.51%89.8%-
XYZ48.9451.981.57-
YUV189.03150.55111.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.23%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=28.23%
G=32.82%
B=38.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661932290.280.1600.10214.2954.7877.45
HexA6C1E51C100Ad6374d
Octal246301345342001232667115
Binary101001101100000111100101111001000001010110101101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C1E5; }

 p { color: rgb(166,193,229); }

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

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

 a { background-color: rgb(166,193,229); }

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

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

 span { border-color: rgb(166,193,229); }

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