Html Css Color HEX #A1BBE1 Light Steel Blue

📋 copy color: '#A1BBE1'

red 161 ◦ green 187 ◦ blue 225

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

Shades of Light Steel Blue #A1BBE1

Tints of Light Steel Blue #A1BBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.27%

R = 28.1%
G = 32.64%
B = 39.27%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A1BBE1 (or 0xA1BBE1) is known color: Light Steel Blue. HEX triplet: A1, BB and E1. RGB value is (161,187,225). Sum of RGB (Red+Green+Blue) = 161+187+225=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #A1BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBE1 is #5E441E. Grayscale: #B7B7B7. Windows color (decimal): -6177823 or 14793633. OLE color: 14793633.

HSL color Cylindrical-coordinate representation of color #A1BBE1: hue angle of 215.62º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1BBE1 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 187 225 -
CMYK 0.28 0.17 0 0.12
HSL 215.63º 0.52% 0.76% -
HSV(B) 215.63º 0.28% 0.88% -
XYZ 46.06 48.55 78.18 -
YUV 183.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 161 187 225 0.28 0.17 0 0.12 215.63 0.52 0.76
Hex A1 BB E1 1C 11 0 C D8 34 4C
Octal 241 273 341 34 21 0 14 330 64 114
Binary 10100001 10111011 11100001 11100 10001 0 1100 11011000 110100 1001100

Color Harmonies of #A1BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBE1

Black with #A1BBE1

Text Example


Text Example

White with #A1BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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