#A5BBDD

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

Shades of Light Steel Blue #A5BBDD

Tints of Light Steel Blue #A5BBDD

Color information

#A5BBDD (or 0xA5BBDD) is unknown color: approx Light Steel Blue. HEX triplet: A5, BB and DD. RGB value is (165,187,221). Sum of RGB (Red+Green+Blue) = 165+187+221=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBDD is #5A4422. Grayscale: #B8B8B8. Windows color (decimal): -5915683 or 14531493. OLE color: 14531493.

HSL color Cylindrical-coordinate representation of color #A5BBDD: hue angle of 216.43º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5BBDD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165187221-
CMYK0.250.1500.13
HSL216.43º45.16%75.69%-
HSV(B)216.43º25.34%86.67%-
XYZ46.3448.7675.38-
YUV184.3148.71114.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.80%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=28.80%
G=32.64%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651872210.250.1500.13216.4345.1675.69
HexA5BBDD19F0Dd82d4c
Octal245273335311701533055114
Binary10100101101110111101110111001111101101110110001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBDD; }

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

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

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

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

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

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

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

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