Html Css Color HEX #A2BEE3 Light Steel Blue

📋 copy color: '#A2BEE3'

red 162 ◦ green 190 ◦ blue 227

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

Shades of Light Steel Blue #A2BEE3

Tints of Light Steel Blue #A2BEE3

RGB

 RED value IS 162 (63.67% from 255) = 27.98%

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

 BLUE value IS 227 (89.06% from 255) = 39.21%

R = 27.98%
G = 32.82%
B = 39.21%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A2BEE3 (or 0xA2BEE3) is known color: Light Steel Blue. HEX triplet: A2, BE and E3. RGB value is (162,190,227). Sum of RGB (Red+Green+Blue) = 162+190+227=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #A2BEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEE3 is #5D411C. Grayscale: #B9B9B9. Windows color (decimal): -6111517 or 14925474. OLE color: 14925474.

HSL color Cylindrical-coordinate representation of color #A2BEE3: hue angle of 214.15º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2BEE3 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 190 227 -
CMYK 0.29 0.16 0 0.11
HSL 214.15º 0.54% 0.76% -
HSV(B) 214.15º 0.29% 0.89% -
XYZ 47.18 50.05 79.85 -
YUV 185.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 162 190 227 0.29 0.16 0 0.11 214.15 0.54 0.76
Hex A2 BE E3 1D 10 0 B D6 36 4C
Octal 242 276 343 35 20 0 13 326 66 114
Binary 10100010 10111110 11100011 11101 10000 0 1011 11010110 110110 1001100

Color Harmonies of #A2BEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEE3

Black with #A2BEE3

Text Example


Text Example

White with #A2BEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEE3; }

 p { color: rgb(162,190,227); }

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

background-color css

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

 a { background-color: rgb(162,190,227); }

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

border-color css

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

 span { border-color: rgb(162,190,227); }

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