Html Css Color HEX #A3B9D7 Light Steel Blue

📋 copy color: '#A3B9D7'

red 163 ◦ green 185 ◦ blue 215

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

Shades of Light Steel Blue #A3B9D7

Tints of Light Steel Blue #A3B9D7

RGB

 RED value IS 163 (64.06% from 255) = 28.95%

 GREEN value IS 185 (72.66% from 255) = 32.86%

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 28.95%
G = 32.86%
B = 38.19%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A3B9D7 (or 0xA3B9D7) is known color: Light Steel Blue. HEX triplet: A3, B9 and D7. RGB value is (163,185,215). Sum of RGB (Red+Green+Blue) = 163+185+215=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #A3B9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B9D7 is #5C4628. Grayscale: #B5B5B5. Windows color (decimal): -6047273 or 14137763. OLE color: 14137763.

HSL color Cylindrical-coordinate representation of color #A3B9D7: hue angle of 214.62º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3B9D7 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 185 215 -
CMYK 0.24 0.14 0 0.16
HSL 214.62º 0.39% 0.74% -
HSV(B) 214.62º 0.24% 0.84% -
XYZ 44.72 47.39 71.08 -
YUV 181.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 163 185 215 0.24 0.14 0 0.16 214.62 0.39 0.74
Hex A3 B9 D7 18 E 0 10 D7 27 4A
Octal 243 271 327 30 16 0 20 327 47 112
Binary 10100011 10111001 11010111 11000 1110 0 10000 11010111 100111 1001010

Color Harmonies of #A3B9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B9D7

Black with #A3B9D7

Text Example


Text Example

White with #A3B9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B9D7; }

 p { color: rgb(163,185,215); }

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

background-color css

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

 a { background-color: rgb(163,185,215); }

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

border-color css

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

 span { border-color: rgb(163,185,215); }

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