Html Css Color HEX #AAC9DE Light Steel Blue

📋 copy color: '#AAC9DE'

red 170 ◦ green 201 ◦ blue 222

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

Shades of Light Steel Blue #AAC9DE

Tints of Light Steel Blue #AAC9DE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.9%

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

R = 28.67%
G = 33.9%
B = 37.44%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAC9DE (or 0xAAC9DE) is known color: Light Steel Blue. HEX triplet: AA, C9 and DE. RGB value is (170,201,222). Sum of RGB (Red+Green+Blue) = 170+201+222=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAC9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9DE is #553621. Grayscale: #C2C2C2. Windows color (decimal): -5584418 or 14600618. OLE color: 14600618.

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

Color convert

RGB 170 201 222 -
CMYK 0.23 0.09 0 0.13
HSL 204.23º 0.44% 0.77% -
HSV(B) 204.23º 0.23% 0.87% -
XYZ 50.65 55.59 77.17 -
YUV 194.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 170 201 222 0.23 0.09 0 0.13 204.23 0.44 0.77
Hex AA C9 DE 17 9 0 D CC 2C 4D
Octal 252 311 336 27 11 0 15 314 54 115
Binary 10101010 11001001 11011110 10111 1001 0 1101 11001100 101100 1001101

Color Harmonies of #AAC9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC9DE

Black with #AAC9DE

Text Example


Text Example

White with #AAC9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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