Html Css Color HEX #AABBDC Light Steel Blue

📋 copy color: '#AABBDC'

red 170 ◦ green 187 ◦ blue 220

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

Shades of Light Steel Blue #AABBDC

Tints of Light Steel Blue #AABBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.41%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 29.46%
G = 32.41%
B = 38.13%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AABBDC (or 0xAABBDC) is known color: Light Steel Blue. HEX triplet: AA, BB and DC. RGB value is (170,187,220). Sum of RGB (Red+Green+Blue) = 170+187+220=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBDC is #554423. Grayscale: #B9B9B9. Windows color (decimal): -5588004 or 14465962. OLE color: 14465962.

HSL color Cylindrical-coordinate representation of color #AABBDC: hue angle of 219.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABBDC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 187 220 -
CMYK 0.23 0.15 0 0.14
HSL 219.6º 0.42% 0.76% -
HSV(B) 219.6º 0.23% 0.86% -
XYZ 47.27 49.25 74.73 -
YUV 185.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 170 187 220 0.23 0.15 0 0.14 219.6 0.42 0.76
Hex AA BB DC 17 F 0 E DC 2A 4C
Octal 252 273 334 27 17 0 16 334 52 114
Binary 10101010 10111011 11011100 10111 1111 0 1110 11011100 101010 1001100

Color Harmonies of #AABBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBDC

Black with #AABBDC

Text Example


Text Example

White with #AABBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBDC; }

 p { color: rgb(170,187,220); }

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

background-color css

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

 a { background-color: rgb(170,187,220); }

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

border-color css

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

 span { border-color: rgb(170,187,220); }

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