Html Css Color HEX #AAC2DC Light Steel Blue

📋 copy color: '#AAC2DC'

red 170 ◦ green 194 ◦ blue 220

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

Shades of Light Steel Blue #AAC2DC

Tints of Light Steel Blue #AAC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.22%

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

R = 29.11%
G = 33.22%
B = 37.67%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAC2DC (or 0xAAC2DC) is known color: Light Steel Blue. HEX triplet: AA, C2 and DC. RGB value is (170,194,220). Sum of RGB (Red+Green+Blue) = 170+194+220=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2DC is #553D23. Grayscale: #BDBDBD. Windows color (decimal): -5586212 or 14467754. OLE color: 14467754.

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

Color convert

RGB 170 194 220 -
CMYK 0.23 0.12 0 0.14
HSL 211.2º 0.42% 0.76% -
HSV(B) 211.2º 0.23% 0.86% -
XYZ 48.79 52.3 75.23 -
YUV 189.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 170 194 220 0.23 0.12 0 0.14 211.2 0.42 0.76
Hex AA C2 DC 17 C 0 E D3 2A 4C
Octal 252 302 334 27 14 0 16 323 52 114
Binary 10101010 11000010 11011100 10111 1100 0 1110 11010011 101010 1001100

Color Harmonies of #AAC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2DC

Black with #AAC2DC

Text Example


Text Example

White with #AAC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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