Html Css Color HEX #AAC1DF Light Steel Blue

📋 copy color: '#AAC1DF'

red 170 ◦ green 193 ◦ blue 223

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

Shades of Light Steel Blue #AAC1DF

Tints of Light Steel Blue #AAC1DF

RGB

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

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

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

R = 29.01%
G = 32.94%
B = 38.05%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAC1DF (or 0xAAC1DF) is known color: Light Steel Blue. HEX triplet: AA, C1 and DF. RGB value is (170,193,223). Sum of RGB (Red+Green+Blue) = 170+193+223=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1DF is #553E20. Grayscale: #BDBDBD. Windows color (decimal): -5586465 or 14664106. OLE color: 14664106.

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

Color convert

RGB 170 193 223 -
CMYK 0.24 0.13 0 0.13
HSL 213.96º 0.45% 0.77% -
HSV(B) 213.96º 0.24% 0.87% -
XYZ 48.97 52.01 77.27 -
YUV 189.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 170 193 223 0.24 0.13 0 0.13 213.96 0.45 0.77
Hex AA C1 DF 18 D 0 D D6 2D 4D
Octal 252 301 337 30 15 0 15 326 55 115
Binary 10101010 11000001 11011111 11000 1101 0 1101 11010110 101101 1001101

Color Harmonies of #AAC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC1DF

Black with #AAC1DF

Text Example


Text Example

White with #AAC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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