Html Css Color HEX #AAC0DE Light Steel Blue

📋 copy color: '#AAC0DE'

red 170 ◦ green 192 ◦ blue 222

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

Shades of Light Steel Blue #AAC0DE

Tints of Light Steel Blue #AAC0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.88%

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

R = 29.11%
G = 32.88%
B = 38.01%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAC0DE (or 0xAAC0DE) is known color: Light Steel Blue. HEX triplet: AA, C0 and DE. RGB value is (170,192,222). Sum of RGB (Red+Green+Blue) = 170+192+222=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAC0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0DE is #553F21. Grayscale: #BCBCBC. Windows color (decimal): -5586722 or 14598314. OLE color: 14598314.

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

Color convert

RGB 170 192 222 -
CMYK 0.23 0.14 0 0.13
HSL 214.62º 0.44% 0.77% -
HSV(B) 214.62º 0.23% 0.87% -
XYZ 48.61 51.52 76.49 -
YUV 188.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 170 192 222 0.23 0.14 0 0.13 214.62 0.44 0.77
Hex AA C0 DE 17 E 0 D D7 2C 4D
Octal 252 300 336 27 16 0 15 327 54 115
Binary 10101010 11000000 11011110 10111 1110 0 1101 11010111 101100 1001101

Color Harmonies of #AAC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC0DE

Black with #AAC0DE

Text Example


Text Example

White with #AAC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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