Html Css Color HEX #AAC2E2 Light Steel Blue

📋 copy color: '#AAC2E2'

red 170 ◦ green 194 ◦ blue 226

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

Shades of Light Steel Blue #AAC2E2

Tints of Light Steel Blue #AAC2E2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

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

R = 28.81%
G = 32.88%
B = 38.31%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AAC2E2 (or 0xAAC2E2) is known color: Light Steel Blue. HEX triplet: AA, C2 and E2. RGB value is (170,194,226). Sum of RGB (Red+Green+Blue) = 170+194+226=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #AAC2E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2E2 is #553D1D. Grayscale: #BEBEBE. Windows color (decimal): -5586206 or 14860970. OLE color: 14860970.

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

Color convert

RGB 170 194 226 -
CMYK 0.25 0.14 0 0.11
HSL 214.29º 0.49% 0.78% -
HSV(B) 214.29º 0.25% 0.89% -
XYZ 49.6 52.62 79.49 -
YUV 190.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 170 194 226 0.25 0.14 0 0.11 214.29 0.49 0.78
Hex AA C2 E2 19 E 0 B D6 31 4E
Octal 252 302 342 31 16 0 13 326 61 116
Binary 10101010 11000010 11100010 11001 1110 0 1011 11010110 110001 1001110

Color Harmonies of #AAC2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2E2

Black with #AAC2E2

Text Example


Text Example

White with #AAC2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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