#AABADA

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

Shades of Light Steel Blue #AABADA

Tints of Light Steel Blue #AABADA

Color information

#AABADA (or 0xAABADA) is unknown color: approx Light Steel Blue. HEX triplet: AA, BA and DA. RGB value is (170,186,218). Sum of RGB (Red+Green+Blue) = 170+186+218=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #AABADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABADA is #554525. Grayscale: #B8B8B8. Windows color (decimal): -5588262 or 14334634. OLE color: 14334634.

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

Color convert

RGB170186218-
CMYK0.220.1500.15
HSL220º39.34%76.08%-
HSV(B)220º22.02%85.49%-
XYZ46.7948.7373.27-
YUV184.86146.7117.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=29.62%
G=32.40%
B=37.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701862180.220.1500.1522039.3476.08
HexAABADA16F0Fdc274c
Octal252272332261701733447114
Binary10101010101110101101101010110111101111110111001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABADA; }

 p { color: rgb(170,186,218); }

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

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

 a { background-color: rgb(170,186,218); }

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

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

 span { border-color: rgb(170,186,218); }

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