Html Css Color HEX #A6BED9 Light Steel Blue

📋 copy color: '#A6BED9'

red 166 ◦ green 190 ◦ blue 217

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

Shades of Light Steel Blue #A6BED9

Tints of Light Steel Blue #A6BED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.87%

R = 28.97%
G = 33.16%
B = 37.87%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A6BED9 (or 0xA6BED9) is known color: Light Steel Blue. HEX triplet: A6, BE and D9. RGB value is (166,190,217). Sum of RGB (Red+Green+Blue) = 166+190+217=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #A6BED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BED9 is #594126. Grayscale: #B9B9B9. Windows color (decimal): -5849383 or 14270118. OLE color: 14270118.

HSL color Cylindrical-coordinate representation of color #A6BED9: hue angle of 211.76º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6BED9 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 190 217 -
CMYK 0.24 0.12 0 0.15
HSL 211.76º 0.4% 0.75% -
HSV(B) 211.76º 0.24% 0.85% -
XYZ 46.66 49.94 72.83 -
YUV 185.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 166 190 217 0.24 0.12 0 0.15 211.76 0.4 0.75
Hex A6 BE D9 18 C 0 F D4 28 4B
Octal 246 276 331 30 14 0 17 324 50 113
Binary 10100110 10111110 11011001 11000 1100 0 1111 11010100 101000 1001011

Color Harmonies of #A6BED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BED9

Black with #A6BED9

Text Example


Text Example

White with #A6BED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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