Html Css Color HEX #AAC8DD Light Steel Blue

📋 copy color: '#AAC8DD'

red 170 ◦ green 200 ◦ blue 221

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

Shades of Light Steel Blue #AAC8DD

Tints of Light Steel Blue #AAC8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.84%

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 28.76%
G = 33.84%
B = 37.39%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAC8DD (or 0xAAC8DD) is known color: Light Steel Blue. HEX triplet: AA, C8 and DD. RGB value is (170,200,221). Sum of RGB (Red+Green+Blue) = 170+200+221=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8DD is #553722. Grayscale: #C1C1C1. Windows color (decimal): -5584675 or 14534826. OLE color: 14534826.

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

Color convert

RGB 170 200 221 -
CMYK 0.23 0.10 0 0.13
HSL 204.71º 0.43% 0.77% -
HSV(B) 204.71º 0.23% 0.87% -
XYZ 50.28 55.08 76.39 -
YUV 193.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 170 200 221 0.23 0.10 0 0.13 204.71 0.43 0.77
Hex AA C8 DD 17 A 0 D CD 2B 4D
Octal 252 310 335 27 12 0 15 315 53 115
Binary 10101010 11001000 11011101 10111 1010 0 1101 11001101 101011 1001101

Color Harmonies of #AAC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC8DD

Black with #AAC8DD

Text Example


Text Example

White with #AAC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC8DD; }

 p { color: rgb(170,200,221); }

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

background-color css

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

 a { background-color: rgb(170,200,221); }

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

border-color css

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

 span { border-color: rgb(170,200,221); }

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