#A6C2DF

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

Shades of Light Steel Blue #A6C2DF

Tints of Light Steel Blue #A6C2DF

Color information

#A6C2DF (or 0xA6C2DF) is unknown color: approx Light Steel Blue. HEX triplet: A6, C2 and DF. RGB value is (166,194,223). Sum of RGB (Red+Green+Blue) = 166+194+223=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2DF is #593D20. Grayscale: #BCBCBC. Windows color (decimal): -5848353 or 14664358. OLE color: 14664358.

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

Color convert

RGB166194223-
CMYK0.260.1300.13
HSL210.53º47.11%76.27%-
HSV(B)210.53º25.56%87.45%-
XYZ48.3452.0277.3-
YUV188.93147.22111.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.47%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=28.47%
G=33.28%
B=38.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661942230.260.1300.13210.5347.1176.27
HexA6C2DF1AD0Dd32f4c
Octal246302337321501532357114
Binary10100110110000101101111111010110101101110100111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C2DF; }

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

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

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

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

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

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

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

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