Html Css Color HEX #A1BEE1 Light Steel Blue

📋 copy color: '#A1BEE1'

red 161 ◦ green 190 ◦ blue 225

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

Shades of Light Steel Blue #A1BEE1

Tints of Light Steel Blue #A1BEE1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.99%

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

R = 27.95%
G = 32.99%
B = 39.06%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A1BEE1 (or 0xA1BEE1) is known color: Light Steel Blue. HEX triplet: A1, BE and E1. RGB value is (161,190,225). Sum of RGB (Red+Green+Blue) = 161+190+225=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #A1BEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEE1 is #5E411E. Grayscale: #B9B9B9. Windows color (decimal): -6177055 or 14794401. OLE color: 14794401.

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

Color convert

RGB 161 190 225 -
CMYK 0.28 0.16 0 0.12
HSL 212.81º 0.52% 0.76% -
HSV(B) 212.81º 0.28% 0.88% -
XYZ 46.7 49.84 78.39 -
YUV 185.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 161 190 225 0.28 0.16 0 0.12 212.81 0.52 0.76
Hex A1 BE E1 1C 10 0 C D5 34 4C
Octal 241 276 341 34 20 0 14 325 64 114
Binary 10100001 10111110 11100001 11100 10000 0 1100 11010101 110100 1001100

Color Harmonies of #A1BEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BEE1

Black with #A1BEE1

Text Example


Text Example

White with #A1BEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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