#A6BFE2

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

Shades of Light Steel Blue #A6BFE2

Tints of Light Steel Blue #A6BFE2

Color information

#A6BFE2 (or 0xA6BFE2) is unknown color: approx Light Steel Blue. HEX triplet: A6, BF and E2. RGB value is (166,191,226). Sum of RGB (Red+Green+Blue) = 166+191+226=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #A6BFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFE2 is #59401D. Grayscale: #BBBBBB. Windows color (decimal): -5849118 or 14860198. OLE color: 14860198.

HSL color Cylindrical-coordinate representation of color #A6BFE2: hue angle of 215º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6BFE2 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166191226-
CMYK0.270.1500.11
HSL215º50.85%76.86%-
HSV(B)215º26.55%88.63%-
XYZ48.0850.8679.23-
YUV187.52149.72112.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.47%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 226 (88.67% from 255) = 38.77%
R=28.47%
G=32.76%
B=38.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661912260.270.1500.1121550.8576.86
HexA6BFE21BF0Bd7334d
Octal246277342331701332763115
Binary10100110101111111110001011011111101011110101111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFE2; }

 p { color: rgb(166,191,226); }

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

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

 a { background-color: rgb(166,191,226); }

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

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

 span { border-color: rgb(166,191,226); }

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