#A5BFE4

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

Shades of Light Steel Blue #A5BFE4

Tints of Light Steel Blue #A5BFE4

Color information

#A5BFE4 (or 0xA5BFE4) is unknown color: approx Light Steel Blue. HEX triplet: A5, BF and E4. RGB value is (165,191,228). Sum of RGB (Red+Green+Blue) = 165+191+228=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #A5BFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFE4 is #5A401B. Grayscale: #BBBBBB. Windows color (decimal): -5914652 or 14991269. OLE color: 14991269.

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

Color convert

RGB165191228-
CMYK0.280.1600.11
HSL215.24º53.85%77.06%-
HSV(B)215.24º27.63%89.41%-
XYZ48.1550.8680.68-
YUV187.44150.89111.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.25%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 228 (89.45% from 255) = 39.04%
R=28.25%
G=32.71%
B=39.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651912280.280.1600.11215.2453.8577.06
HexA5BFE41C100Bd7364d
Octal245277344342001332766115
Binary101001011011111111100100111001000001011110101111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFE4; }

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

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

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

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

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

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

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

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