#A7BBDC

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

Shades of Light Steel Blue #A7BBDC

Tints of Light Steel Blue #A7BBDC

Color information

#A7BBDC (or 0xA7BBDC) is unknown color: approx Light Steel Blue. HEX triplet: A7, BB and DC. RGB value is (167,187,220). Sum of RGB (Red+Green+Blue) = 167+187+220=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBDC is #584423. Grayscale: #B8B8B8. Windows color (decimal): -5784612 or 14465959. OLE color: 14465959.

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

Color convert

RGB167187220-
CMYK0.240.1500.14
HSL217.36º43.09%75.88%-
HSV(B)217.36º24.09%86.27%-
XYZ46.6248.9274.7-
YUV184.78147.87115.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.09%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=29.09%
G=32.58%
B=38.33%

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
Decimal1671872200.240.1500.14217.3643.0975.88
HexA7BBDC18F0Ed92b4c
Octal247273334301701633153114
Binary10100111101110111101110011000111101110110110011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BBDC; }

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

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

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

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

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

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

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

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