#A7BCDC

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

Shades of Light Steel Blue #A7BCDC

Tints of Light Steel Blue #A7BCDC

Color information

#A7BCDC (or 0xA7BCDC) is unknown color: approx Light Steel Blue. HEX triplet: A7, BC and DC. RGB value is (167,188,220). Sum of RGB (Red+Green+Blue) = 167+188+220=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCDC is #584323. Grayscale: #B9B9B9. Windows color (decimal): -5784356 or 14466215. OLE color: 14466215.

HSL color Cylindrical-coordinate representation of color #A7BCDC: hue angle of 216.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7BCDC is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167188220-
CMYK0.240.1500.14
HSL216.23º43.09%75.88%-
HSV(B)216.23º24.09%86.27%-
XYZ46.8449.3574.77-
YUV185.37147.54114.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.04%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=29.04%
G=32.70%
B=38.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671882200.240.1500.14216.2343.0975.88
HexA7BCDC18F0Ed82b4c
Octal247274334301701633053114
Binary10100111101111001101110011000111101110110110001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCDC; }

 p { color: rgb(167,188,220); }

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

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

 a { background-color: rgb(167,188,220); }

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

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

 span { border-color: rgb(167,188,220); }

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