Html Css Color HEX #A6B9DB Light Steel Blue

📋 copy color: '#A6B9DB'

red 166 ◦ green 185 ◦ blue 219

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

Shades of Light Steel Blue #A6B9DB

Tints of Light Steel Blue #A6B9DB

RGB

 RED value IS 166 (65.23% from 255) = 29.12%

 GREEN value IS 185 (72.66% from 255) = 32.46%

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

R = 29.12%
G = 32.46%
B = 38.42%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6B9DB (or 0xA6B9DB) is known color: Light Steel Blue. HEX triplet: A6, B9 and DB. RGB value is (166,185,219). Sum of RGB (Red+Green+Blue) = 166+185+219=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9DB is #594624. Grayscale: #B7B7B7. Windows color (decimal): -5850661 or 14399910. OLE color: 14399910.

HSL color Cylindrical-coordinate representation of color #A6B9DB: hue angle of 218.49º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6B9DB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 185 219 -
CMYK 0.24 0.16 0 0.14
HSL 218.49º 0.42% 0.75% -
HSV(B) 218.49º 0.24% 0.86% -
XYZ 45.86 47.92 73.85 -
YUV 183.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 166 185 219 0.24 0.16 0 0.14 218.49 0.42 0.75
Hex A6 B9 DB 18 10 0 E DA 2A 4B
Octal 246 271 333 30 20 0 16 332 52 113
Binary 10100110 10111001 11011011 11000 10000 0 1110 11011010 101010 1001011

Color Harmonies of #A6B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9DB

Black with #A6B9DB

Text Example


Text Example

White with #A6B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9DB; }

 p { color: rgb(166,185,219); }

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

background-color css

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

 a { background-color: rgb(166,185,219); }

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

border-color css

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

 span { border-color: rgb(166,185,219); }

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