#AABBDB

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

Shades of Light Steel Blue #AABBDB

Tints of Light Steel Blue #AABBDB

Color information

#AABBDB (or 0xAABBDB) is unknown color: approx Light Steel Blue. HEX triplet: AA, BB and DB. RGB value is (170,187,219). Sum of RGB (Red+Green+Blue) = 170+187+219=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #AABBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBDB is #554424. Grayscale: #B9B9B9. Windows color (decimal): -5588005 or 14400426. OLE color: 14400426.

HSL color Cylindrical-coordinate representation of color #AABBDB: hue angle of 219.18º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABBDB is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170187219-
CMYK0.220.1500.14
HSL219.18º40.5%76.27%-
HSV(B)219.18º22.37%85.88%-
XYZ47.1349.274.03-
YUV185.56146.87116.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=29.51%
G=32.47%
B=38.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701872190.220.1500.14219.1840.576.27
HexAABBDB16F0Edb284c
Octal252273333261701633350114
Binary10101010101110111101101110110111101110110110111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBDB; }

 p { color: rgb(170,187,219); }

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

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

 a { background-color: rgb(170,187,219); }

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

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

 span { border-color: rgb(170,187,219); }

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