#A1C2DD

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

Shades of Light Steel Blue #A1C2DD

Tints of Light Steel Blue #A1C2DD

Color information

#A1C2DD (or 0xA1C2DD) is unknown color: approx Light Steel Blue. HEX triplet: A1, C2 and DD. RGB value is (161,194,221). Sum of RGB (Red+Green+Blue) = 161+194+221=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2DD is #5E3D22. Grayscale: #BBBBBB. Windows color (decimal): -6176035 or 14533281. OLE color: 14533281.

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

Color convert

RGB161194221-
CMYK0.270.1200.13
HSL207º46.87%74.9%-
HSV(B)207º27.15%86.67%-
XYZ47.0451.3875.84-
YUV187.21147.07109.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.95%
GREEN value IS 194 (76.17% from 255) = 33.68%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=27.95%
G=33.68%
B=38.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611942210.270.1200.1320746.8774.9
HexA1C2DD1BC0Dcf2f4b
Octal241302335331401531757113
Binary10100001110000101101110111011110001101110011111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C2DD; }

 p { color: rgb(161,194,221); }

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

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

 a { background-color: rgb(161,194,221); }

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

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

 span { border-color: rgb(161,194,221); }

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