Html Css Color HEX #A1B8DC Light Steel Blue

📋 copy color: '#A1B8DC'

red 161 ◦ green 184 ◦ blue 220

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

Shades of Light Steel Blue #A1B8DC

Tints of Light Steel Blue #A1B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.57%

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

R = 28.5%
G = 32.57%
B = 38.94%

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

#A1B8DC (or 0xA1B8DC) is known color: Light Steel Blue. HEX triplet: A1, B8 and DC. RGB value is (161,184,220). Sum of RGB (Red+Green+Blue) = 161+184+220=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8DC is #5E4723. Grayscale: #B5B5B5. Windows color (decimal): -6178596 or 14465185. OLE color: 14465185.

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

Color convert

RGB 161 184 220 -
CMYK 0.27 0.16 0 0.14
HSL 216.61º 0.46% 0.75% -
HSV(B) 216.61º 0.27% 0.86% -
XYZ 44.76 47.03 74.43 -
YUV 181.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 161 184 220 0.27 0.16 0 0.14 216.61 0.46 0.75
Hex A1 B8 DC 1B 10 0 E D9 2E 4B
Octal 241 270 334 33 20 0 16 331 56 113
Binary 10100001 10111000 11011100 11011 10000 0 1110 11011001 101110 1001011

Color Harmonies of #A1B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B8DC

Black with #A1B8DC

Text Example


Text Example

White with #A1B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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