#A6BBE0

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

Shades of Light Steel Blue #A6BBE0

Tints of Light Steel Blue #A6BBE0

Color information

#A6BBE0 (or 0xA6BBE0) is unknown color: approx Light Steel Blue. HEX triplet: A6, BB and E0. RGB value is (166,187,224). Sum of RGB (Red+Green+Blue) = 166+187+224=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6BBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBE0 is #59441F. Grayscale: #B8B8B8. Windows color (decimal): -5850144 or 14728102. OLE color: 14728102.

HSL color Cylindrical-coordinate representation of color #A6BBE0: hue angle of 218.28º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6BBE0 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166187224-
CMYK0.260.1700.12
HSL218.28º48.33%76.47%-
HSV(B)218.28º25.89%87.84%-
XYZ46.9549.0377.51-
YUV184.94150.04114.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 224 (87.89% from 255) = 38.82%
R=28.77%
G=32.41%
B=38.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661872240.260.1700.12218.2848.3376.47
HexA6BBE01A110Cda304c
Octal246273340322101433260114
Binary101001101011101111100000110101000101100110110101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBE0; }

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

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

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

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

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

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

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

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