#A5C5DD

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

Shades of Light Steel Blue #A5C5DD

Tints of Light Steel Blue #A5C5DD

Color information

#A5C5DD (or 0xA5C5DD) is unknown color: approx Light Steel Blue. HEX triplet: A5, C5 and DD. RGB value is (165,197,221). Sum of RGB (Red+Green+Blue) = 165+197+221=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5C5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5DD is #5A3A22. Grayscale: #BEBEBE. Windows color (decimal): -5913123 or 14534053. OLE color: 14534053.

HSL color Cylindrical-coordinate representation of color #A5C5DD: hue angle of 205.71º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5C5DD is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165197221-
CMYK0.250.1100.13
HSL205.71º45.16%75.69%-
HSV(B)205.71º25.34%86.67%-
XYZ48.5353.1576.11-
YUV190.17145.4110.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.30%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=28.30%
G=33.79%
B=37.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651972210.250.1100.13205.7145.1675.69
HexA5C5DD19B0Dce2d4c
Octal245305335311301531655114
Binary10100101110001011101110111001101101101110011101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C5DD; }

 p { color: rgb(165,197,221); }

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

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

 a { background-color: rgb(165,197,221); }

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

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

 span { border-color: rgb(165,197,221); }

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