Html Css Color HEX #A1B8DE Light Steel Blue

📋 copy color: '#A1B8DE'

red 161 ◦ green 184 ◦ blue 222

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

Shades of Light Steel Blue #A1B8DE

Tints of Light Steel Blue #A1B8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 28.4%
G = 32.45%
B = 39.15%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1B8DE (or 0xA1B8DE) is known color: Light Steel Blue. HEX triplet: A1, B8 and DE. RGB value is (161,184,222). Sum of RGB (Red+Green+Blue) = 161+184+222=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1B8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8DE is #5E4721. Grayscale: #B5B5B5. Windows color (decimal): -6178594 or 14596257. OLE color: 14596257.

HSL color Cylindrical-coordinate representation of color #A1B8DE: hue angle of 217.38º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1B8DE is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 184 222 -
CMYK 0.27 0.17 0 0.13
HSL 217.38º 0.48% 0.75% -
HSV(B) 217.38º 0.27% 0.87% -
XYZ 45.02 47.13 75.83 -
YUV 181.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 161 184 222 0.27 0.17 0 0.13 217.38 0.48 0.75
Hex A1 B8 DE 1B 11 0 D D9 30 4B
Octal 241 270 336 33 21 0 15 331 60 113
Binary 10100001 10111000 11011110 11011 10001 0 1101 11011001 110000 1001011

Color Harmonies of #A1B8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B8DE

Black with #A1B8DE

Text Example


Text Example

White with #A1B8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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