Html Css Color HEX #AABCD7 Light Steel Blue

📋 copy color: '#AABCD7'

red 170 ◦ green 188 ◦ blue 215

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

Shades of Light Steel Blue #AABCD7

Tints of Light Steel Blue #AABCD7

RGB

 RED value IS 170 (66.8% from 255) = 29.67%

 GREEN value IS 188 (73.83% from 255) = 32.81%

 BLUE value IS 215 (84.38% from 255) = 37.52%

R = 29.67%
G = 32.81%
B = 37.52%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AABCD7 (or 0xAABCD7) is known color: Light Steel Blue. HEX triplet: AA, BC and D7. RGB value is (170,188,215). Sum of RGB (Red+Green+Blue) = 170+188+215=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #AABCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCD7 is #554328. Grayscale: #B9B9B9. Windows color (decimal): -5587753 or 14138538. OLE color: 14138538.

HSL color Cylindrical-coordinate representation of color #AABCD7: hue angle of 216º 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 #AABCD7 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 188 215 -
CMYK 0.21 0.13 0 0.16
HSL 216º 0.36% 0.75% -
HSV(B) 216º 0.21% 0.84% -
XYZ 46.83 49.42 71.36 -
YUV 185.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 170 188 215 0.21 0.13 0 0.16 216 0.36 0.75
Hex AA BC D7 15 D 0 10 D8 24 4B
Octal 252 274 327 25 15 0 20 330 44 113
Binary 10101010 10111100 11010111 10101 1101 0 10000 11011000 100100 1001011

Color Harmonies of #AABCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCD7

Black with #AABCD7

Text Example


Text Example

White with #AABCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCD7; }

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

 H1.HeaderClassName
 {
   color: #AABCD7;
 }
 .AnyTagClassName
 {
   color: #AABCD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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