Html Css Color HEX #A6C0DB Light Steel Blue

📋 copy color: '#A6C0DB'

red 166 ◦ green 192 ◦ blue 219

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

Shades of Light Steel Blue #A6C0DB

Tints of Light Steel Blue #A6C0DB

RGB

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

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

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

R = 28.77%
G = 33.28%
B = 37.95%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6C0DB (or 0xA6C0DB) is known color: Light Steel Blue. HEX triplet: A6, C0 and DB. RGB value is (166,192,219). Sum of RGB (Red+Green+Blue) = 166+192+219=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0DB is #593F24. Grayscale: #BBBBBB. Windows color (decimal): -5848869 or 14401702. OLE color: 14401702.

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

Color convert

RGB 166 192 219 -
CMYK 0.24 0.12 0 0.14
HSL 210.57º 0.42% 0.75% -
HSV(B) 210.57º 0.24% 0.86% -
XYZ 47.36 50.92 74.35 -
YUV 187.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 166 192 219 0.24 0.12 0 0.14 210.57 0.42 0.75
Hex A6 C0 DB 18 C 0 E D3 2A 4B
Octal 246 300 333 30 14 0 16 323 52 113
Binary 10100110 11000000 11011011 11000 1100 0 1110 11010011 101010 1001011

Color Harmonies of #A6C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0DB

Black with #A6C0DB

Text Example


Text Example

White with #A6C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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