#A7C5E1

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

Shades of Light Steel Blue #A7C5E1

Tints of Light Steel Blue #A7C5E1

Color information

#A7C5E1 (or 0xA7C5E1) is unknown color: approx Light Steel Blue. HEX triplet: A7, C5 and E1. RGB value is (167,197,225). Sum of RGB (Red+Green+Blue) = 167+197+225=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #A7C5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C5E1 is #583A1E. Grayscale: #BFBFBF. Windows color (decimal): -5782047 or 14796199. OLE color: 14796199.

HSL color Cylindrical-coordinate representation of color #A7C5E1: hue angle of 208.97º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7C5E1 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167197225-
CMYK0.260.1200.12
HSL208.97º49.15%76.86%-
HSV(B)208.97º25.78%88.24%-
XYZ49.4953.5878.97-
YUV191.22147.06110.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.35%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=28.35%
G=33.45%
B=38.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671972250.260.1200.12208.9749.1576.86
HexA7C5E11AC0Cd1314d
Octal247305341321401432161115
Binary10100111110001011110000111010110001100110100011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C5E1; }

 p { color: rgb(167,197,225); }

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

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

 a { background-color: rgb(167,197,225); }

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

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

 span { border-color: rgb(167,197,225); }

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