#AABDDB

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

Shades of Light Steel Blue #AABDDB

Tints of Light Steel Blue #AABDDB

Color information

#AABDDB (or 0xAABDDB) is unknown color: approx Light Steel Blue. HEX triplet: AA, BD and DB. RGB value is (170,189,219). Sum of RGB (Red+Green+Blue) = 170+189+219=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #AABDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDDB is #554224. Grayscale: #BABABA. Windows color (decimal): -5587493 or 14400938. OLE color: 14400938.

HSL color Cylindrical-coordinate representation of color #AABDDB: hue angle of 216.73º 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 #AABDDB is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170189219-
CMYK0.220.1400.14
HSL216.73º40.5%76.27%-
HSV(B)216.73º22.37%85.88%-
XYZ47.5650.0674.17-
YUV186.74146.21116.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=29.41%
G=32.70%
B=37.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701892190.220.1400.14216.7340.576.27
HexAABDDB16E0Ed9284c
Octal252275333261601633150114
Binary10101010101111011101101110110111001110110110011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDDB; }

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

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

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

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

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

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

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

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