#A2C3DD

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

Shades of Light Steel Blue #A2C3DD

Tints of Light Steel Blue #A2C3DD

Color information

#A2C3DD (or 0xA2C3DD) is unknown color: approx Light Steel Blue. HEX triplet: A2, C3 and DD. RGB value is (162,195,221). Sum of RGB (Red+Green+Blue) = 162+195+221=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2C3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C3DD is #5D3C22. Grayscale: #BBBBBB. Windows color (decimal): -6110243 or 14533538. OLE color: 14533538.

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

Color convert

RGB162195221-
CMYK0.270.1200.13
HSL206.44º46.46%75.1%-
HSV(B)206.44º26.7%86.67%-
XYZ47.4751.9375.93-
YUV188.1146.57109.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.03%
GREEN value IS 195 (76.56% from 255) = 33.74%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=28.03%
G=33.74%
B=38.24%

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
Decimal1621952210.270.1200.13206.4446.4675.1
HexA2C3DD1BC0Dce2e4b
Octal242303335331401531656113
Binary10100010110000111101110111011110001101110011101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C3DD; }

 p { color: rgb(162,195,221); }

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

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

 a { background-color: rgb(162,195,221); }

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

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

 span { border-color: rgb(162,195,221); }

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