#A5BCE2

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

Shades of Light Steel Blue #A5BCE2

Tints of Light Steel Blue #A5BCE2

Color information

#A5BCE2 (or 0xA5BCE2) is unknown color: approx Light Steel Blue. HEX triplet: A5, BC and E2. RGB value is (165,188,226). Sum of RGB (Red+Green+Blue) = 165+188+226=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 226 - color contains mainly: blue. Hex color #A5BCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCE2 is #5A431D. Grayscale: #B9B9B9. Windows color (decimal): -5915422 or 14859429. OLE color: 14859429.

HSL color Cylindrical-coordinate representation of color #A5BCE2: hue angle of 217.38º 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 #A5BCE2 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165188226-
CMYK0.270.1700.11
HSL217.38º51.26%76.67%-
HSV(B)217.38º26.99%88.63%-
XYZ47.2349.4679.01-
YUV185.46150.88113.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 226 (88.67% from 255) = 39.03%
R=28.50%
G=32.47%
B=39.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651882260.270.1700.11217.3851.2676.67
HexA5BCE21B110Bd9334d
Octal245274342332101333163115
Binary101001011011110011100010110111000101011110110011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCE2; }

 p { color: rgb(165,188,226); }

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

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

 a { background-color: rgb(165,188,226); }

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

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

 span { border-color: rgb(165,188,226); }

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