Html Css Color HEX #AAC3DE Light Steel Blue

📋 copy color: '#AAC3DE'

red 170 ◦ green 195 ◦ blue 222

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

Shades of Light Steel Blue #AAC3DE

Tints of Light Steel Blue #AAC3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 28.96%
G = 33.22%
B = 37.82%

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

#AAC3DE (or 0xAAC3DE) is known color: Light Steel Blue. HEX triplet: AA, C3 and DE. RGB value is (170,195,222). Sum of RGB (Red+Green+Blue) = 170+195+222=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAC3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3DE is #553C21. Grayscale: #BEBEBE. Windows color (decimal): -5585954 or 14599082. OLE color: 14599082.

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

Color convert

RGB 170 195 222 -
CMYK 0.23 0.12 0 0.13
HSL 211.15º 0.44% 0.77% -
HSV(B) 211.15º 0.23% 0.87% -
XYZ 49.28 52.85 76.71 -
YUV 190.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 170 195 222 0.23 0.12 0 0.13 211.15 0.44 0.77
Hex AA C3 DE 17 C 0 D D3 2C 4D
Octal 252 303 336 27 14 0 15 323 54 115
Binary 10101010 11000011 11011110 10111 1100 0 1101 11010011 101100 1001101

Color Harmonies of #AAC3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC3DE

Black with #AAC3DE

Text Example


Text Example

White with #AAC3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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