Html Css Color HEX #A1B9DC Light Steel Blue

📋 copy color: '#A1B9DC'

red 161 ◦ green 185 ◦ blue 220

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

Shades of Light Steel Blue #A1B9DC

Tints of Light Steel Blue #A1B9DC

RGB

 RED value IS 161 (63.28% from 255) = 28.45%

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 28.45%
G = 32.69%
B = 38.87%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1B9DC (or 0xA1B9DC) is known color: Light Steel Blue. HEX triplet: A1, B9 and DC. RGB value is (161,185,220). Sum of RGB (Red+Green+Blue) = 161+185+220=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B9DC is #5E4623. Grayscale: #B5B5B5. Windows color (decimal): -6178340 or 14465441. OLE color: 14465441.

HSL color Cylindrical-coordinate representation of color #A1B9DC: hue angle of 215.59º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1B9DC is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 185 220 -
CMYK 0.27 0.16 0 0.14
HSL 215.59º 0.46% 0.75% -
HSV(B) 215.59º 0.27% 0.86% -
XYZ 44.97 47.44 74.5 -
YUV 181.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 161 185 220 0.27 0.16 0 0.14 215.59 0.46 0.75
Hex A1 B9 DC 1B 10 0 E D8 2E 4B
Octal 241 271 334 33 20 0 16 330 56 113
Binary 10100001 10111001 11011100 11011 10000 0 1110 11011000 101110 1001011

Color Harmonies of #A1B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B9DC

Black with #A1B9DC

Text Example


Text Example

White with #A1B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B9DC; }

 p { color: rgb(161,185,220); }

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

background-color css

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

 a { background-color: rgb(161,185,220); }

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

border-color css

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

 span { border-color: rgb(161,185,220); }

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