#AABDD7

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

Shades of Light Steel Blue #AABDD7

Tints of Light Steel Blue #AABDD7

Color information

#AABDD7 (or 0xAABDD7) is unknown color: approx Light Steel Blue. HEX triplet: AA, BD and D7. RGB value is (170,189,215). Sum of RGB (Red+Green+Blue) = 170+189+215=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #AABDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDD7 is #554228. Grayscale: #BABABA. Windows color (decimal): -5587497 or 14138794. OLE color: 14138794.

HSL color Cylindrical-coordinate representation of color #AABDD7: hue angle of 214.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AABDD7 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170189215-
CMYK0.210.1200.16
HSL214.67º36%75.49%-
HSV(B)214.67º20.93%84.31%-
XYZ47.0449.8571.43-
YUV186.28144.21116.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=29.62%
G=32.93%
B=37.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701892150.210.1200.16214.673675.49
HexAABDD715C010d7244b
Octal252275327251402032744113
Binary101010101011110111010111101011100010000110101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDD7; }

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

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

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

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

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

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

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

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