#A6BBDF

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

Shades of Light Steel Blue #A6BBDF

Tints of Light Steel Blue #A6BBDF

Color information

#A6BBDF (or 0xA6BBDF) is unknown color: approx Light Steel Blue. HEX triplet: A6, BB and DF. RGB value is (166,187,223). Sum of RGB (Red+Green+Blue) = 166+187+223=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBDF is #594420. Grayscale: #B8B8B8. Windows color (decimal): -5850145 or 14662566. OLE color: 14662566.

HSL color Cylindrical-coordinate representation of color #A6BBDF: hue angle of 217.89º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6BBDF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166187223-
CMYK0.260.1600.13
HSL217.89º47.11%76.27%-
HSV(B)217.89º25.56%87.45%-
XYZ46.8248.9876.8-
YUV184.82149.54114.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=28.82%
G=32.47%
B=38.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661872230.260.1600.13217.8947.1176.27
HexA6BBDF1A100Dda2f4c
Octal246273337322001533257114
Binary101001101011101111011111110101000001101110110101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBDF; }

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

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

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

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

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

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

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

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