Html Css Color HEX #A1BBDB Light Steel Blue

📋 copy color: '#A1BBDB'

red 161 ◦ green 187 ◦ blue 219

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

Shades of Light Steel Blue #A1BBDB

Tints of Light Steel Blue #A1BBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 28.4%
G = 32.98%
B = 38.62%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1BBDB (or 0xA1BBDB) is known color: Light Steel Blue. HEX triplet: A1, BB and DB. RGB value is (161,187,219). Sum of RGB (Red+Green+Blue) = 161+187+219=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBDB is #5E4424. Grayscale: #B6B6B6. Windows color (decimal): -6177829 or 14400417. OLE color: 14400417.

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

Color convert

RGB 161 187 219 -
CMYK 0.26 0.15 0 0.14
HSL 213.1º 0.45% 0.75% -
HSV(B) 213.1º 0.26% 0.86% -
XYZ 45.25 48.23 73.94 -
YUV 182.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 161 187 219 0.26 0.15 0 0.14 213.1 0.45 0.75
Hex A1 BB DB 1A F 0 E D5 2D 4B
Octal 241 273 333 32 17 0 16 325 55 113
Binary 10100001 10111011 11011011 11010 1111 0 1110 11010101 101101 1001011

Color Harmonies of #A1BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBDB

Black with #A1BBDB

Text Example


Text Example

White with #A1BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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