Html Css Color HEX #A1BADF Light Steel Blue

📋 copy color: '#A1BADF'

red 161 ◦ green 186 ◦ blue 223

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

Shades of Light Steel Blue #A1BADF

Tints of Light Steel Blue #A1BADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.63%

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 28.25%
G = 32.63%
B = 39.12%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1BADF (or 0xA1BADF) is known color: Light Steel Blue. HEX triplet: A1, BA and DF. RGB value is (161,186,223). Sum of RGB (Red+Green+Blue) = 161+186+223=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BADF is #5E4520. Grayscale: #B6B6B6. Windows color (decimal): -6178081 or 14662305. OLE color: 14662305.

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

Color convert

RGB 161 186 223 -
CMYK 0.28 0.17 0 0.13
HSL 215.81º 0.49% 0.75% -
HSV(B) 215.81º 0.28% 0.87% -
XYZ 45.58 48.02 76.68 -
YUV 182.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 161 186 223 0.28 0.17 0 0.13 215.81 0.49 0.75
Hex A1 BA DF 1C 11 0 D D8 31 4B
Octal 241 272 337 34 21 0 15 330 61 113
Binary 10100001 10111010 11011111 11100 10001 0 1101 11011000 110001 1001011

Color Harmonies of #A1BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BADF

Black with #A1BADF

Text Example


Text Example

White with #A1BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BADF; }

 p { color: rgb(161,186,223); }

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

background-color css

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

 a { background-color: rgb(161,186,223); }

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

border-color css

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

 span { border-color: rgb(161,186,223); }

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