#A1C1DE

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

Shades of Light Steel Blue #A1C1DE

Tints of Light Steel Blue #A1C1DE

Color information

#A1C1DE (or 0xA1C1DE) is unknown color: approx Light Steel Blue. HEX triplet: A1, C1 and DE. RGB value is (161,193,222). Sum of RGB (Red+Green+Blue) = 161+193+222=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1C1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1DE is #5E3E21. Grayscale: #BABABA. Windows color (decimal): -6176290 or 14598561. OLE color: 14598561.

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

Color convert

RGB161193222-
CMYK0.270.1300.13
HSL208.52º48.03%75.1%-
HSV(B)208.52º27.48%87.06%-
XYZ46.9550.9976.47-
YUV186.74147.9109.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.95%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=27.95%
G=33.51%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611932220.270.1300.13208.5248.0375.1
HexA1C1DE1BD0Dd1304b
Octal241301336331501532160113
Binary10100001110000011101111011011110101101110100011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1DE; }

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

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

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

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

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

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

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

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