Html Css Color HEX #AAC1DE Light Steel Blue

📋 copy color: '#AAC1DE'

red 170 ◦ green 193 ◦ blue 222

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

Shades of Light Steel Blue #AAC1DE

Tints of Light Steel Blue #AAC1DE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.99%

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

R = 29.06%
G = 32.99%
B = 37.95%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAC1DE (or 0xAAC1DE) is known color: Light Steel Blue. HEX triplet: AA, C1 and DE. RGB value is (170,193,222). Sum of RGB (Red+Green+Blue) = 170+193+222=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAC1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1DE is #553E21. Grayscale: #BDBDBD. Windows color (decimal): -5586466 or 14598570. OLE color: 14598570.

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

Color convert

RGB 170 193 222 -
CMYK 0.23 0.13 0 0.13
HSL 213.46º 0.44% 0.77% -
HSV(B) 213.46º 0.23% 0.87% -
XYZ 48.83 51.96 76.56 -
YUV 189.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 170 193 222 0.23 0.13 0 0.13 213.46 0.44 0.77
Hex AA C1 DE 17 D 0 D D5 2C 4D
Octal 252 301 336 27 15 0 15 325 54 115
Binary 10101010 11000001 11011110 10111 1101 0 1101 11010101 101100 1001101

Color Harmonies of #AAC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC1DE

Black with #AAC1DE

Text Example


Text Example

White with #AAC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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