Html Css Color HEX #A6BCDB Light Steel Blue

📋 copy color: '#A6BCDB'

red 166 ◦ green 188 ◦ blue 219

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

Shades of Light Steel Blue #A6BCDB

Tints of Light Steel Blue #A6BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.81%

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

R = 28.97%
G = 32.81%
B = 38.22%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6BCDB (or 0xA6BCDB) is known color: Light Steel Blue. HEX triplet: A6, BC and DB. RGB value is (166,188,219). Sum of RGB (Red+Green+Blue) = 166+188+219=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCDB is #594324. Grayscale: #B8B8B8. Windows color (decimal): -5849893 or 14400678. OLE color: 14400678.

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

Color convert

RGB 166 188 219 -
CMYK 0.24 0.14 0 0.14
HSL 215.09º 0.42% 0.75% -
HSV(B) 215.09º 0.24% 0.86% -
XYZ 46.5 49.19 74.06 -
YUV 184.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 166 188 219 0.24 0.14 0 0.14 215.09 0.42 0.75
Hex A6 BC DB 18 E 0 E D7 2A 4B
Octal 246 274 333 30 16 0 16 327 52 113
Binary 10100110 10111100 11011011 11000 1110 0 1110 11010111 101010 1001011

Color Harmonies of #A6BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCDB

Black with #A6BCDB

Text Example


Text Example

White with #A6BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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