#A8C7DF

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

Shades of Light Steel Blue #A8C7DF

Tints of Light Steel Blue #A8C7DF

Color information

#A8C7DF (or 0xA8C7DF) is unknown color: approx Light Steel Blue. HEX triplet: A8, C7 and DF. RGB value is (168,199,223). Sum of RGB (Red+Green+Blue) = 168+199+223=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7DF is #573820. Grayscale: #C0C0C0. Windows color (decimal): -5716001 or 14665640. OLE color: 14665640.

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

Color convert

RGB168199223-
CMYK0.250.1100.13
HSL206.18º46.22%76.67%-
HSV(B)206.18º24.66%87.45%-
XYZ49.8954.577.7-
YUV192.47145.23110.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.47%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=28.47%
G=33.73%
B=37.80%

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
Decimal1681992230.250.1100.13206.1846.2276.67
HexA8C7DF19B0Dce2e4d
Octal250307337311301531656115
Binary10101000110001111101111111001101101101110011101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C7DF; }

 p { color: rgb(168,199,223); }

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

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

 a { background-color: rgb(168,199,223); }

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

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

 span { border-color: rgb(168,199,223); }

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