#A2BFE3

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

Shades of Light Steel Blue #A2BFE3

Tints of Light Steel Blue #A2BFE3

Color information

#A2BFE3 (or 0xA2BFE3) is unknown color: approx Light Steel Blue. HEX triplet: A2, BF and E3. RGB value is (162,191,227). Sum of RGB (Red+Green+Blue) = 162+191+227=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 227 - color contains mainly: blue. Hex color #A2BFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFE3 is #5D401C. Grayscale: #BABABA. Windows color (decimal): -6111261 or 14925730. OLE color: 14925730.

HSL color Cylindrical-coordinate representation of color #A2BFE3: hue angle of 213.23º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2BFE3 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB162191227-
CMYK0.290.1600.11
HSL213.23º53.72%76.27%-
HSV(B)213.23º28.63%89.02%-
XYZ47.450.4979.92-
YUV186.43150.89110.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.93%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 227 (89.06% from 255) = 39.14%
R=27.93%
G=32.93%
B=39.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621912270.290.1600.11213.2353.7276.27
HexA2BFE31D100Bd5364c
Octal242277343352001332566114
Binary101000101011111111100011111011000001011110101011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BFE3; }

 p { color: rgb(162,191,227); }

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

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

 a { background-color: rgb(162,191,227); }

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

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

 span { border-color: rgb(162,191,227); }

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