#A6C2DA

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

Shades of Light Steel Blue #A6C2DA

Tints of Light Steel Blue #A6C2DA

Color information

#A6C2DA (or 0xA6C2DA) is unknown color: approx Light Steel Blue. HEX triplet: A6, C2 and DA. RGB value is (166,194,218). Sum of RGB (Red+Green+Blue) = 166+194+218=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2DA is #593D25. Grayscale: #BCBCBC. Windows color (decimal): -5848358 or 14336678. OLE color: 14336678.

HSL color Cylindrical-coordinate representation of color #A6C2DA: hue angle of 207.69º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6C2DA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166194218-
CMYK0.240.1100.15
HSL207.69º41.27%75.29%-
HSV(B)207.69º23.85%85.49%-
XYZ47.6751.7573.81-
YUV188.36144.72112.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.72%
GREEN value IS 194 (76.17% from 255) = 33.56%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=28.72%
G=33.56%
B=37.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661942180.240.1100.15207.6941.2775.29
HexA6C2DA18B0Fd0294b
Octal246302332301301732051113
Binary10100110110000101101101011000101101111110100001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C2DA; }

 p { color: rgb(166,194,218); }

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

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

 a { background-color: rgb(166,194,218); }

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

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

 span { border-color: rgb(166,194,218); }

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