Html Css Color HEX #A1BBDD Light Steel Blue

📋 copy color: '#A1BBDD'

red 161 ◦ green 187 ◦ blue 221

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

Shades of Light Steel Blue #A1BBDD

Tints of Light Steel Blue #A1BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 28.3%
G = 32.86%
B = 38.84%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1BBDD (or 0xA1BBDD) is known color: Light Steel Blue. HEX triplet: A1, BB and DD. RGB value is (161,187,221). Sum of RGB (Red+Green+Blue) = 161+187+221=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBDD is #5E4422. Grayscale: #B6B6B6. Windows color (decimal): -6177827 or 14531489. OLE color: 14531489.

HSL color Cylindrical-coordinate representation of color #A1BBDD: hue angle of 214º degrees, saturation: 0.47, 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 #A1BBDD is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 187 221 -
CMYK 0.27 0.15 0 0.13
HSL 214º 0.47% 0.75% -
HSV(B) 214º 0.27% 0.87% -
XYZ 45.52 48.34 75.34 -
YUV 183.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 161 187 221 0.27 0.15 0 0.13 214 0.47 0.75
Hex A1 BB DD 1B F 0 D D6 2F 4B
Octal 241 273 335 33 17 0 15 326 57 113
Binary 10100001 10111011 11011101 11011 1111 0 1101 11010110 101111 1001011

Color Harmonies of #A1BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBDD

Black with #A1BBDD

Text Example


Text Example

White with #A1BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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