Html Css Color HEX #A6BFDB Light Steel Blue

📋 copy color: '#A6BFDB'

red 166 ◦ green 191 ◦ blue 219

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

Shades of Light Steel Blue #A6BFDB

Tints of Light Steel Blue #A6BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 33.16%

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

R = 28.82%
G = 33.16%
B = 38.02%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6BFDB (or 0xA6BFDB) is known color: Light Steel Blue. HEX triplet: A6, BF and DB. RGB value is (166,191,219). Sum of RGB (Red+Green+Blue) = 166+191+219=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFDB is #594024. Grayscale: #BABABA. Windows color (decimal): -5849125 or 14401446. OLE color: 14401446.

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

Color convert

RGB 166 191 219 -
CMYK 0.24 0.13 0 0.14
HSL 211.7º 0.42% 0.75% -
HSV(B) 211.7º 0.24% 0.86% -
XYZ 47.14 50.48 74.28 -
YUV 186.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 166 191 219 0.24 0.13 0 0.14 211.7 0.42 0.75
Hex A6 BF DB 18 D 0 E D4 2A 4B
Octal 246 277 333 30 15 0 16 324 52 113
Binary 10100110 10111111 11011011 11000 1101 0 1110 11010100 101010 1001011

Color Harmonies of #A6BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFDB

Black with #A6BFDB

Text Example


Text Example

White with #A6BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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