Html Css Color HEX #AAC1DA Light Steel Blue

📋 copy color: '#AAC1DA'

red 170 ◦ green 193 ◦ blue 218

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

Shades of Light Steel Blue #AAC1DA

Tints of Light Steel Blue #AAC1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 29.26%
G = 33.22%
B = 37.52%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAC1DA (or 0xAAC1DA) is known color: Light Steel Blue. HEX triplet: AA, C1 and DA. RGB value is (170,193,218). Sum of RGB (Red+Green+Blue) = 170+193+218=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAC1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1DA is #553E25. Grayscale: #BCBCBC. Windows color (decimal): -5586470 or 14336426. OLE color: 14336426.

HSL color Cylindrical-coordinate representation of color #AAC1DA: hue angle of 211.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC1DA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 193 218 -
CMYK 0.22 0.11 0 0.15
HSL 211.25º 0.39% 0.76% -
HSV(B) 211.25º 0.22% 0.85% -
XYZ 48.3 51.75 73.77 -
YUV 188.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 170 193 218 0.22 0.11 0 0.15 211.25 0.39 0.76
Hex AA C1 DA 16 B 0 F D3 27 4C
Octal 252 301 332 26 13 0 17 323 47 114
Binary 10101010 11000001 11011010 10110 1011 0 1111 11010011 100111 1001100

Color Harmonies of #AAC1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC1DA

Black with #AAC1DA

Text Example


Text Example

White with #AAC1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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