#A6BBDC

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

Shades of Light Steel Blue #A6BBDC

Tints of Light Steel Blue #A6BBDC

Color information

#A6BBDC (or 0xA6BBDC) is unknown color: approx Light Steel Blue. HEX triplet: A6, BB and DC. RGB value is (166,187,220). Sum of RGB (Red+Green+Blue) = 166+187+220=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBDC is #594423. Grayscale: #B8B8B8. Windows color (decimal): -5850148 or 14465958. OLE color: 14465958.

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

Color convert

RGB166187220-
CMYK0.250.1500.14
HSL216.67º43.55%75.69%-
HSV(B)216.67º24.55%86.27%-
XYZ46.4148.8174.69-
YUV184.48148.04114.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.97%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=28.97%
G=32.64%
B=38.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661872200.250.1500.14216.6743.5575.69
HexA6BBDC19F0Ed92c4c
Octal246273334311701633154114
Binary10100110101110111101110011001111101110110110011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBDC; }

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

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

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

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

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

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

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

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