Html Css Color HEX #AABDD7 Light Steel Blue

📋 copy color: '#AABDD7'

red 170 ◦ green 189 ◦ blue 215

#AABDD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #AABDD7

Tints of Light Steel Blue #AABDD7

RGB

 RED value IS 170 (66.8% 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 value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AABDD7 (or 0xAABDD7) is known color: 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

RGB 170 189 215 -
CMYK 0.21 0.12 0 0.16
HSL 214.67º 0.36% 0.75% -
HSV(B) 214.67º 0.21% 0.84% -
XYZ 47.04 49.85 71.43 -
YUV 186.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 170 189 215 0.21 0.12 0 0.16 214.67 0.36 0.75
Hex AA BD D7 15 C 0 10 D7 24 4B
Octal 252 275 327 25 14 0 20 327 44 113
Binary 10101010 10111101 11010111 10101 1100 0 10000 11010111 100100 1001011

Color Harmonies of #AABDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDD7

Black with #AABDD7

Text Example


Text Example

White with #AABDD7

Text Example


Text Example

HTML Codes & Css Web 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>