#A5BBD8

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

Shades of Light Steel Blue #A5BBD8

Tints of Light Steel Blue #A5BBD8

Color information

#A5BBD8 (or 0xA5BBD8) is unknown color: approx Light Steel Blue. HEX triplet: A5, BB and D8. RGB value is (165,187,216). Sum of RGB (Red+Green+Blue) = 165+187+216=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #A5BBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBD8 is #5A4427. Grayscale: #B7B7B7. Windows color (decimal): -5915688 or 14203813. OLE color: 14203813.

HSL color Cylindrical-coordinate representation of color #A5BBD8: hue angle of 214.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5BBD8 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165187216-
CMYK0.240.1300.15
HSL214.12º39.53%74.71%-
HSV(B)214.12º23.61%84.71%-
XYZ45.6848.571.92-
YUV183.73146.21114.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.05%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 216 (84.77% from 255) = 38.03%
R=29.05%
G=32.92%
B=38.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651872160.240.1300.15214.1239.5374.71
HexA5BBD818D0Fd6284b
Octal245273330301501732650113
Binary10100101101110111101100011000110101111110101101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBD8; }

 p { color: rgb(165,187,216); }

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

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

 a { background-color: rgb(165,187,216); }

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

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

 span { border-color: rgb(165,187,216); }

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