#A5C1DC

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

Shades of Light Steel Blue #A5C1DC

Tints of Light Steel Blue #A5C1DC

Color information

#A5C1DC (or 0xA5C1DC) is unknown color: approx Light Steel Blue. HEX triplet: A5, C1 and DC. RGB value is (165,193,220). Sum of RGB (Red+Green+Blue) = 165+193+220=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C1DC is #5A3E23. Grayscale: #BBBBBB. Windows color (decimal): -5914148 or 14467493. OLE color: 14467493.

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

Color convert

RGB165193220-
CMYK0.250.1200.14
HSL209.45º44%75.49%-
HSV(B)209.45º25%86.27%-
XYZ47.5151.3175.11-
YUV187.71146.22111.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.55%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=28.55%
G=33.39%
B=38.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651932200.250.1200.14209.454475.49
HexA5C1DC19C0Ed12c4b
Octal245301334311401632154113
Binary10100101110000011101110011001110001110110100011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C1DC; }

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

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

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

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

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

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

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

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