#A7C2E1

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

Shades of Light Steel Blue #A7C2E1

Tints of Light Steel Blue #A7C2E1

Color information

#A7C2E1 (or 0xA7C2E1) is unknown color: approx Light Steel Blue. HEX triplet: A7, C2 and E1. RGB value is (167,194,225). Sum of RGB (Red+Green+Blue) = 167+194+225=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #A7C2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C2E1 is #583D1E. Grayscale: #BDBDBD. Windows color (decimal): -5782815 or 14795431. OLE color: 14795431.

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

Color convert

RGB167194225-
CMYK0.260.1400.12
HSL212.07º49.15%76.86%-
HSV(B)212.07º25.78%88.24%-
XYZ48.8252.2478.74-
YUV189.46148.05111.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.50%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 225 (88.28% from 255) = 38.40%
R=28.50%
G=33.11%
B=38.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671942250.260.1400.12212.0749.1576.86
HexA7C2E11AE0Cd4314d
Octal247302341321601432461115
Binary10100111110000101110000111010111001100110101001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C2E1; }

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

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

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

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

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

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

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

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