Html Css Color HEX #AAC3DD Light Steel Blue

📋 copy color: '#AAC3DD'

red 170 ◦ green 195 ◦ blue 221

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

Shades of Light Steel Blue #AAC3DD

Tints of Light Steel Blue #AAC3DD

RGB

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

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

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

R = 29.01%
G = 33.28%
B = 37.71%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAC3DD (or 0xAAC3DD) is known color: Light Steel Blue. HEX triplet: AA, C3 and DD. RGB value is (170,195,221). Sum of RGB (Red+Green+Blue) = 170+195+221=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3DD is #553C22. Grayscale: #BEBEBE. Windows color (decimal): -5585955 or 14533546. OLE color: 14533546.

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

Color convert

RGB 170 195 221 -
CMYK 0.23 0.12 0 0.13
HSL 210.59º 0.43% 0.77% -
HSV(B) 210.59º 0.23% 0.87% -
XYZ 49.14 52.8 76.01 -
YUV 190.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 170 195 221 0.23 0.12 0 0.13 210.59 0.43 0.77
Hex AA C3 DD 17 C 0 D D3 2B 4D
Octal 252 303 335 27 14 0 15 323 53 115
Binary 10101010 11000011 11011101 10111 1100 0 1101 11010011 101011 1001101

Color Harmonies of #AAC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC3DD

Black with #AAC3DD

Text Example


Text Example

White with #AAC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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