Html Css Color HEX #A6BEDB Light Steel Blue

📋 copy color: '#A6BEDB'

red 166 ◦ green 190 ◦ blue 219

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

Shades of Light Steel Blue #A6BEDB

Tints of Light Steel Blue #A6BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.04%

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

R = 28.87%
G = 33.04%
B = 38.09%

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

#A6BEDB (or 0xA6BEDB) is known color: Light Steel Blue. HEX triplet: A6, BE and DB. RGB value is (166,190,219). Sum of RGB (Red+Green+Blue) = 166+190+219=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEDB is #594124. Grayscale: #B9B9B9. Windows color (decimal): -5849381 or 14401190. OLE color: 14401190.

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

Color convert

RGB 166 190 219 -
CMYK 0.24 0.13 0 0.14
HSL 212.83º 0.42% 0.75% -
HSV(B) 212.83º 0.24% 0.86% -
XYZ 46.93 50.05 74.2 -
YUV 186.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 166 190 219 0.24 0.13 0 0.14 212.83 0.42 0.75
Hex A6 BE DB 18 D 0 E D5 2A 4B
Octal 246 276 333 30 15 0 16 325 52 113
Binary 10100110 10111110 11011011 11000 1101 0 1110 11010101 101010 1001011

Color Harmonies of #A6BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BEDB

Black with #A6BEDB

Text Example


Text Example

White with #A6BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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