#A6BFE0

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

Shades of Light Steel Blue #A6BFE0

Tints of Light Steel Blue #A6BFE0

Color information

#A6BFE0 (or 0xA6BFE0) is unknown color: approx Light Steel Blue. HEX triplet: A6, BF and E0. RGB value is (166,191,224). Sum of RGB (Red+Green+Blue) = 166+191+224=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFE0 is #59401F. Grayscale: #BBBBBB. Windows color (decimal): -5849120 or 14729126. OLE color: 14729126.

HSL color Cylindrical-coordinate representation of color #A6BFE0: hue angle of 214.14º 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 #A6BFE0 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166191224-
CMYK0.260.1500.12
HSL214.14º48.33%76.47%-
HSV(B)214.14º25.89%87.84%-
XYZ47.8150.7577.8-
YUV187.29148.72112.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.57%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=28.57%
G=32.87%
B=38.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661912240.260.1500.12214.1448.3376.47
HexA6BFE01AF0Cd6304c
Octal246277340321701432660114
Binary10100110101111111110000011010111101100110101101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFE0; }

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

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

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

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

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

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

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

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