#A5C4DD

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

Shades of Light Steel Blue #A5C4DD

Tints of Light Steel Blue #A5C4DD

Color information

#A5C4DD (or 0xA5C4DD) is unknown color: approx Light Steel Blue. HEX triplet: A5, C4 and DD. RGB value is (165,196,221). Sum of RGB (Red+Green+Blue) = 165+196+221=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5C4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C4DD is #5A3B22. Grayscale: #BDBDBD. Windows color (decimal): -5913379 or 14533797. OLE color: 14533797.

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

Color convert

RGB165196221-
CMYK0.250.1100.13
HSL206.79º45.16%75.69%-
HSV(B)206.79º25.34%86.67%-
XYZ48.3152.776.03-
YUV189.58145.73110.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.35%
GREEN value IS 196 (76.95% from 255) = 33.68%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=28.35%
G=33.68%
B=37.97%

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
Decimal1651962210.250.1100.13206.7945.1675.69
HexA5C4DD19B0Dcf2d4c
Octal245304335311301531755114
Binary10100101110001001101110111001101101101110011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C4DD; }

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

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

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

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

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

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

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

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