Html Css Color HEX #AAC6DF Light Steel Blue

📋 copy color: '#AAC6DF'

red 170 ◦ green 198 ◦ blue 223

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

Shades of Light Steel Blue #AAC6DF

Tints of Light Steel Blue #AAC6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.5%

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 28.76%
G = 33.5%
B = 37.73%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAC6DF (or 0xAAC6DF) is known color: Light Steel Blue. HEX triplet: AA, C6 and DF. RGB value is (170,198,223). Sum of RGB (Red+Green+Blue) = 170+198+223=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6DF is #553920. Grayscale: #C0C0C0. Windows color (decimal): -5585185 or 14665386. OLE color: 14665386.

HSL color Cylindrical-coordinate representation of color #AAC6DF: hue angle of 208.3º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC6DF is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 198 223 -
CMYK 0.24 0.11 0 0.13
HSL 208.3º 0.45% 0.77% -
HSV(B) 208.3º 0.24% 0.87% -
XYZ 50.09 54.26 77.65 -
YUV 192.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 170 198 223 0.24 0.11 0 0.13 208.3 0.45 0.77
Hex AA C6 DF 18 B 0 D D0 2D 4D
Octal 252 306 337 30 13 0 15 320 55 115
Binary 10101010 11000110 11011111 11000 1011 0 1101 11010000 101101 1001101

Color Harmonies of #AAC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC6DF

Black with #AAC6DF

Text Example


Text Example

White with #AAC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC6DF; }

 p { color: rgb(170,198,223); }

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

background-color css

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

 a { background-color: rgb(170,198,223); }

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

border-color css

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

 span { border-color: rgb(170,198,223); }

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