#A1C1DC

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

Shades of Light Steel Blue #A1C1DC

Tints of Light Steel Blue #A1C1DC

Color information

#A1C1DC (or 0xA1C1DC) is unknown color: approx Light Steel Blue. HEX triplet: A1, C1 and DC. RGB value is (161,193,220). Sum of RGB (Red+Green+Blue) = 161+193+220=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1DC is #5E3E23. Grayscale: #BABABA. Windows color (decimal): -6176292 or 14467489. OLE color: 14467489.

HSL color Cylindrical-coordinate representation of color #A1C1DC: hue angle of 207.46º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1C1DC is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161193220-
CMYK0.270.1200.14
HSL207.46º45.74%74.71%-
HSV(B)207.46º26.82%86.27%-
XYZ46.6950.8875.07-
YUV186.51146.9109.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.05%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=28.05%
G=33.62%
B=38.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611932200.270.1200.14207.4645.7474.71
HexA1C1DC1BC0Ecf2e4b
Octal241301334331401631756113
Binary10100001110000011101110011011110001110110011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1DC; }

 p { color: rgb(161,193,220); }

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

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

 a { background-color: rgb(161,193,220); }

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

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

 span { border-color: rgb(161,193,220); }

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