Html Css Color HEX #AABCDD Light Steel Blue

📋 copy color: '#AABCDD'

red 170 ◦ green 188 ◦ blue 221

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

Shades of Light Steel Blue #AABCDD

Tints of Light Steel Blue #AABCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 29.36%
G = 32.47%
B = 38.17%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AABCDD (or 0xAABCDD) is known color: Light Steel Blue. HEX triplet: AA, BC and DD. RGB value is (170,188,221). Sum of RGB (Red+Green+Blue) = 170+188+221=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #AABCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCDD is #554322. Grayscale: #BABABA. Windows color (decimal): -5587747 or 14531754. OLE color: 14531754.

HSL color Cylindrical-coordinate representation of color #AABCDD: hue angle of 218.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABCDD is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 188 221 -
CMYK 0.23 0.15 0 0.13
HSL 218.82º 0.43% 0.77% -
HSV(B) 218.82º 0.23% 0.87% -
XYZ 47.61 49.73 75.5 -
YUV 186.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 170 188 221 0.23 0.15 0 0.13 218.82 0.43 0.77
Hex AA BC DD 17 F 0 D DB 2B 4D
Octal 252 274 335 27 17 0 15 333 53 115
Binary 10101010 10111100 11011101 10111 1111 0 1101 11011011 101011 1001101

Color Harmonies of #AABCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCDD

Black with #AABCDD

Text Example


Text Example

White with #AABCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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