Html Css Color HEX #AAC0DA Light Steel Blue

📋 copy color: '#AAC0DA'

red 170 ◦ green 192 ◦ blue 218

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

Shades of Light Steel Blue #AAC0DA

Tints of Light Steel Blue #AAC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.1%

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

R = 29.31%
G = 33.1%
B = 37.59%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAC0DA (or 0xAAC0DA) is known color: Light Steel Blue. HEX triplet: AA, C0 and DA. RGB value is (170,192,218). Sum of RGB (Red+Green+Blue) = 170+192+218=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAC0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0DA is #553F25. Grayscale: #BCBCBC. Windows color (decimal): -5586726 or 14336170. OLE color: 14336170.

HSL color Cylindrical-coordinate representation of color #AAC0DA: hue angle of 212.5º 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 #AAC0DA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 192 218 -
CMYK 0.22 0.12 0 0.15
HSL 212.5º 0.39% 0.76% -
HSV(B) 212.5º 0.22% 0.85% -
XYZ 48.08 51.31 73.7 -
YUV 188.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 170 192 218 0.22 0.12 0 0.15 212.5 0.39 0.76
Hex AA C0 DA 16 C 0 F D4 27 4C
Octal 252 300 332 26 14 0 17 324 47 114
Binary 10101010 11000000 11011010 10110 1100 0 1111 11010100 100111 1001100

Color Harmonies of #AAC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC0DA

Black with #AAC0DA

Text Example


Text Example

White with #AAC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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