Html Css Color HEX #AAC0E0 Light Steel Blue

📋 copy color: '#AAC0E0'

red 170 ◦ green 192 ◦ blue 224

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

Shades of Light Steel Blue #AAC0E0

Tints of Light Steel Blue #AAC0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 29.01%
G = 32.76%
B = 38.23%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AAC0E0 (or 0xAAC0E0) is known color: Light Steel Blue. HEX triplet: AA, C0 and E0. RGB value is (170,192,224). Sum of RGB (Red+Green+Blue) = 170+192+224=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAC0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0E0 is #553F1F. Grayscale: #BCBCBC. Windows color (decimal): -5586720 or 14729386. OLE color: 14729386.

HSL color Cylindrical-coordinate representation of color #AAC0E0: hue angle of 215.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC0E0 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 192 224 -
CMYK 0.24 0.14 0 0.12
HSL 215.56º 0.47% 0.77% -
HSV(B) 215.56º 0.24% 0.88% -
XYZ 48.88 51.63 77.91 -
YUV 189.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 170 192 224 0.24 0.14 0 0.12 215.56 0.47 0.77
Hex AA C0 E0 18 E 0 C D8 2F 4D
Octal 252 300 340 30 16 0 14 330 57 115
Binary 10101010 11000000 11100000 11000 1110 0 1100 11011000 101111 1001101

Color Harmonies of #AAC0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC0E0

Black with #AAC0E0

Text Example


Text Example

White with #AAC0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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