Html Css Color HEX #AAC5DC Light Steel Blue

📋 copy color: '#AAC5DC'

red 170 ◦ green 197 ◦ blue 220

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

Shades of Light Steel Blue #AAC5DC

Tints of Light Steel Blue #AAC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

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

R = 28.96%
G = 33.56%
B = 37.48%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAC5DC (or 0xAAC5DC) is known color: Light Steel Blue. HEX triplet: AA, C5 and DC. RGB value is (170,197,220). Sum of RGB (Red+Green+Blue) = 170+197+220=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAC5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5DC is #553A23. Grayscale: #BFBFBF. Windows color (decimal): -5585444 or 14468522. OLE color: 14468522.

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

Color convert

RGB 170 197 220 -
CMYK 0.23 0.10 0 0.14
HSL 207.6º 0.42% 0.76% -
HSV(B) 207.6º 0.23% 0.86% -
XYZ 49.46 53.65 75.46 -
YUV 191.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 170 197 220 0.23 0.10 0 0.14 207.6 0.42 0.76
Hex AA C5 DC 17 A 0 E D0 2A 4C
Octal 252 305 334 27 12 0 16 320 52 114
Binary 10101010 11000101 11011100 10111 1010 0 1110 11010000 101010 1001100

Color Harmonies of #AAC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5DC

Black with #AAC5DC

Text Example


Text Example

White with #AAC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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