Html Css Color HEX #AAC3DC Light Steel Blue

📋 copy color: '#AAC3DC'

red 170 ◦ green 195 ◦ blue 220

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

Shades of Light Steel Blue #AAC3DC

Tints of Light Steel Blue #AAC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.33%

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

R = 29.06%
G = 33.33%
B = 37.61%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAC3DC (or 0xAAC3DC) is known color: Light Steel Blue. HEX triplet: AA, C3 and DC. RGB value is (170,195,220). Sum of RGB (Red+Green+Blue) = 170+195+220=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3DC is #553C23. Grayscale: #BEBEBE. Windows color (decimal): -5585956 or 14468010. OLE color: 14468010.

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

Color convert

RGB 170 195 220 -
CMYK 0.23 0.11 0 0.14
HSL 210º 0.42% 0.76% -
HSV(B) 210º 0.23% 0.86% -
XYZ 49.01 52.74 75.31 -
YUV 190.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 170 195 220 0.23 0.11 0 0.14 210 0.42 0.76
Hex AA C3 DC 17 B 0 E D2 2A 4C
Octal 252 303 334 27 13 0 16 322 52 114
Binary 10101010 11000011 11011100 10111 1011 0 1110 11010010 101010 1001100

Color Harmonies of #AAC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC3DC

Black with #AAC3DC

Text Example


Text Example

White with #AAC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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