#A1C0DC

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

Shades of Light Steel Blue #A1C0DC

Tints of Light Steel Blue #A1C0DC

Color information

#A1C0DC (or 0xA1C0DC) is unknown color: approx Light Steel Blue. HEX triplet: A1, C0 and DC. RGB value is (161,192,220). Sum of RGB (Red+Green+Blue) = 161+192+220=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0DC is #5E3F23. Grayscale: #B9B9B9. Windows color (decimal): -6176548 or 14467233. OLE color: 14467233.

HSL color Cylindrical-coordinate representation of color #A1C0DC: hue angle of 208.47º 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 #A1C0DC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161192220-
CMYK0.270.1300.14
HSL208.47º45.74%74.71%-
HSV(B)208.47º26.82%86.27%-
XYZ46.4750.4475-
YUV185.92147.23110.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.10%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=28.10%
G=33.51%
B=38.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611922200.270.1300.14208.4745.7474.71
HexA1C0DC1BD0Ed02e4b
Octal241300334331501632056113
Binary10100001110000001101110011011110101110110100001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C0DC; }

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

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

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

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

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

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

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

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