Html Css Color HEX #A1BBDF Light Steel Blue

📋 copy color: '#A1BBDF'

red 161 ◦ green 187 ◦ blue 223

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

Shades of Light Steel Blue #A1BBDF

Tints of Light Steel Blue #A1BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.75%

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

R = 28.2%
G = 32.75%
B = 39.05%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1BBDF (or 0xA1BBDF) is known color: Light Steel Blue. HEX triplet: A1, BB and DF. RGB value is (161,187,223). Sum of RGB (Red+Green+Blue) = 161+187+223=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBDF is #5E4420. Grayscale: #B7B7B7. Windows color (decimal): -6177825 or 14662561. OLE color: 14662561.

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

Color convert

RGB 161 187 223 -
CMYK 0.28 0.16 0 0.13
HSL 214.84º 0.49% 0.75% -
HSV(B) 214.84º 0.28% 0.87% -
XYZ 45.79 48.45 76.75 -
YUV 183.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 161 187 223 0.28 0.16 0 0.13 214.84 0.49 0.75
Hex A1 BB DF 1C 10 0 D D7 31 4B
Octal 241 273 337 34 20 0 15 327 61 113
Binary 10100001 10111011 11011111 11100 10000 0 1101 11010111 110001 1001011

Color Harmonies of #A1BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBDF

Black with #A1BBDF

Text Example


Text Example

White with #A1BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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