Html Css Color HEX #AAC6DB Light Steel Blue

📋 copy color: '#AAC6DB'

red 170 ◦ green 198 ◦ blue 219

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

Shades of Light Steel Blue #AAC6DB

Tints of Light Steel Blue #AAC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.73%

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

R = 28.96%
G = 33.73%
B = 37.31%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAC6DB (or 0xAAC6DB) is known color: Light Steel Blue. HEX triplet: AA, C6 and DB. RGB value is (170,198,219). Sum of RGB (Red+Green+Blue) = 170+198+219=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6DB is #553924. Grayscale: #BFBFBF. Windows color (decimal): -5585189 or 14403242. OLE color: 14403242.

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

Color convert

RGB 170 198 219 -
CMYK 0.22 0.10 0 0.14
HSL 205.71º 0.4% 0.76% -
HSV(B) 205.71º 0.22% 0.86% -
XYZ 49.56 54.05 74.84 -
YUV 192.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 170 198 219 0.22 0.10 0 0.14 205.71 0.4 0.76
Hex AA C6 DB 16 A 0 E CE 28 4C
Octal 252 306 333 26 12 0 16 316 50 114
Binary 10101010 11000110 11011011 10110 1010 0 1110 11001110 101000 1001100

Color Harmonies of #AAC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC6DB

Black with #AAC6DB

Text Example


Text Example

White with #AAC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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