#A6BDD8

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

Shades of Light Steel Blue #A6BDD8

Tints of Light Steel Blue #A6BDD8

Color information

#A6BDD8 (or 0xA6BDD8) is unknown color: approx Light Steel Blue. HEX triplet: A6, BD and D8. RGB value is (166,189,216). Sum of RGB (Red+Green+Blue) = 166+189+216=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6BDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDD8 is #594227. Grayscale: #B9B9B9. Windows color (decimal): -5849640 or 14204326. OLE color: 14204326.

HSL color Cylindrical-coordinate representation of color #A6BDD8: hue angle of 212.4º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6BDD8 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166189216-
CMYK0.230.1200.15
HSL212.4º39.06%74.9%-
HSV(B)212.4º23.15%84.71%-
XYZ46.3249.4672.07-
YUV185.2145.38114.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.07%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=29.07%
G=33.10%
B=37.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661892160.230.1200.15212.439.0674.9
HexA6BDD817C0Fd4274b
Octal246275330271401732447113
Binary10100110101111011101100010111110001111110101001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDD8; }

 p { color: rgb(166,189,216); }

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

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

 a { background-color: rgb(166,189,216); }

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

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

 span { border-color: rgb(166,189,216); }

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