Html Css Color HEX #AAC8E2 Light Steel Blue

📋 copy color: '#AAC8E2'

red 170 ◦ green 200 ◦ blue 226

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

Shades of Light Steel Blue #AAC8E2

Tints of Light Steel Blue #AAC8E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.92%

R = 28.52%
G = 33.56%
B = 37.92%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AAC8E2 (or 0xAAC8E2) is known color: Light Steel Blue. HEX triplet: AA, C8 and E2. RGB value is (170,200,226). Sum of RGB (Red+Green+Blue) = 170+200+226=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 226 - color contains mainly: blue. Hex color #AAC8E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8E2 is #55371D. Grayscale: #C1C1C1. Windows color (decimal): -5584670 or 14862506. OLE color: 14862506.

HSL color Cylindrical-coordinate representation of color #AAC8E2: hue angle of 207.86º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAC8E2 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 200 226 -
CMYK 0.25 0.12 0 0.11
HSL 207.86º 0.49% 0.78% -
HSV(B) 207.86º 0.25% 0.89% -
XYZ 50.96 55.35 79.95 -
YUV 193.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 170 200 226 0.25 0.12 0 0.11 207.86 0.49 0.78
Hex AA C8 E2 19 C 0 B D0 31 4E
Octal 252 310 342 31 14 0 13 320 61 116
Binary 10101010 11001000 11100010 11001 1100 0 1011 11010000 110001 1001110

Color Harmonies of #AAC8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC8E2

Black with #AAC8E2

Text Example


Text Example

White with #AAC8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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