Html Css Color HEX #AABCDC Light Steel Blue

📋 copy color: '#AABCDC'

red 170 ◦ green 188 ◦ blue 220

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

Shades of Light Steel Blue #AABCDC

Tints of Light Steel Blue #AABCDC

RGB

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

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

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

R = 29.41%
G = 32.53%
B = 38.06%

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

#AABCDC (or 0xAABCDC) is known color: Light Steel Blue. HEX triplet: AA, BC and DC. RGB value is (170,188,220). Sum of RGB (Red+Green+Blue) = 170+188+220=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCDC is #554323. Grayscale: #BABABA. Windows color (decimal): -5587748 or 14466218. OLE color: 14466218.

HSL color Cylindrical-coordinate representation of color #AABCDC: hue angle of 218.4º 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 #AABCDC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 188 220 -
CMYK 0.23 0.15 0 0.14
HSL 218.4º 0.42% 0.76% -
HSV(B) 218.4º 0.23% 0.86% -
XYZ 47.48 49.68 74.8 -
YUV 186.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 170 188 220 0.23 0.15 0 0.14 218.4 0.42 0.76
Hex AA BC DC 17 F 0 E DA 2A 4C
Octal 252 274 334 27 17 0 16 332 52 114
Binary 10101010 10111100 11011100 10111 1111 0 1110 11011010 101010 1001100

Color Harmonies of #AABCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCDC

Black with #AABCDC

Text Example


Text Example

White with #AABCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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