Html Css Color HEX #AAC2DB Light Steel Blue

📋 copy color: '#AAC2DB'

red 170 ◦ green 194 ◦ blue 219

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

Shades of Light Steel Blue #AAC2DB

Tints of Light Steel Blue #AAC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 29.16%
G = 33.28%
B = 37.56%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAC2DB (or 0xAAC2DB) is known color: Light Steel Blue. HEX triplet: AA, C2 and DB. RGB value is (170,194,219). Sum of RGB (Red+Green+Blue) = 170+194+219=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAC2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2DB is #553D24. Grayscale: #BDBDBD. Windows color (decimal): -5586213 or 14402218. OLE color: 14402218.

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

Color convert

RGB 170 194 219 -
CMYK 0.22 0.11 0 0.14
HSL 210.61º 0.4% 0.76% -
HSV(B) 210.61º 0.22% 0.86% -
XYZ 48.66 52.24 74.54 -
YUV 189.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 170 194 219 0.22 0.11 0 0.14 210.61 0.4 0.76
Hex AA C2 DB 16 B 0 E D3 28 4C
Octal 252 302 333 26 13 0 16 323 50 114
Binary 10101010 11000010 11011011 10110 1011 0 1110 11010011 101000 1001100

Color Harmonies of #AAC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2DB

Black with #AAC2DB

Text Example


Text Example

White with #AAC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2DB; }

 p { color: rgb(170,194,219); }

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

background-color css

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

 a { background-color: rgb(170,194,219); }

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

border-color css

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

 span { border-color: rgb(170,194,219); }

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