#A5C3DC

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

Shades of Light Steel Blue #A5C3DC

Tints of Light Steel Blue #A5C3DC

Color information

#A5C3DC (or 0xA5C3DC) is unknown color: approx Light Steel Blue. HEX triplet: A5, C3 and DC. RGB value is (165,195,220). Sum of RGB (Red+Green+Blue) = 165+195+220=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C3DC is #5A3C23. Grayscale: #BCBCBC. Windows color (decimal): -5913636 or 14468005. OLE color: 14468005.

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

Color convert

RGB165195220-
CMYK0.250.1100.14
HSL207.27º44%75.49%-
HSV(B)207.27º25%86.27%-
XYZ47.9552.275.26-
YUV188.88145.56110.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.45%
GREEN value IS 195 (76.56% from 255) = 33.62%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=28.45%
G=33.62%
B=37.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651952200.250.1100.14207.274475.49
HexA5C3DC19B0Ecf2c4b
Octal245303334311301631754113
Binary10100101110000111101110011001101101110110011111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3DC; }

 p { color: rgb(165,195,220); }

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

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

 a { background-color: rgb(165,195,220); }

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

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

 span { border-color: rgb(165,195,220); }

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