#A5BFE6

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

Shades of Light Steel Blue #A5BFE6

Tints of Light Steel Blue #A5BFE6

Color information

#A5BFE6 (or 0xA5BFE6) is unknown color: approx Light Steel Blue. HEX triplet: A5, BF and E6. RGB value is (165,191,230). Sum of RGB (Red+Green+Blue) = 165+191+230=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5BFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFE6 is #5A4019. Grayscale: #BBBBBB. Windows color (decimal): -5914650 or 15122341. OLE color: 15122341.

HSL color Cylindrical-coordinate representation of color #A5BFE6: hue angle of 216º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5BFE6 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165191230-
CMYK0.280.1700.10
HSL216º56.52%77.45%-
HSV(B)216º28.26%90.2%-
XYZ48.4350.9782.15-
YUV187.67151.89111.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.16%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 230 (90.23% from 255) = 39.25%
R=28.16%
G=32.59%
B=39.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651912300.280.1700.1021656.5277.45
HexA5BFE61C110Ad8394d
Octal245277346342101233071115
Binary101001011011111111100110111001000101010110110001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFE6; }

 p { color: rgb(165,191,230); }

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

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

 a { background-color: rgb(165,191,230); }

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

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

 span { border-color: rgb(165,191,230); }

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