Html Css Color HEX #AAC8E0 Light Steel Blue

📋 copy color: '#AAC8E0'

red 170 ◦ green 200 ◦ blue 224

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

Shades of Light Steel Blue #AAC8E0

Tints of Light Steel Blue #AAC8E0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

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

R = 28.62%
G = 33.67%
B = 37.71%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AAC8E0 (or 0xAAC8E0) is known color: Light Steel Blue. HEX triplet: AA, C8 and E0. RGB value is (170,200,224). Sum of RGB (Red+Green+Blue) = 170+200+224=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAC8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8E0 is #55371F. Grayscale: #C1C1C1. Windows color (decimal): -5584672 or 14731434. OLE color: 14731434.

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

Color convert

RGB 170 200 224 -
CMYK 0.24 0.11 0 0.12
HSL 206.67º 0.47% 0.77% -
HSV(B) 206.67º 0.24% 0.88% -
XYZ 50.69 55.24 78.51 -
YUV 193.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 170 200 224 0.24 0.11 0 0.12 206.67 0.47 0.77
Hex AA C8 E0 18 B 0 C CF 2F 4D
Octal 252 310 340 30 13 0 14 317 57 115
Binary 10101010 11001000 11100000 11000 1011 0 1100 11001111 101111 1001101

Color Harmonies of #AAC8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC8E0

Black with #AAC8E0

Text Example


Text Example

White with #AAC8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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