Html Css Color HEX #A2BBE1 Light Steel Blue

📋 copy color: '#A2BBE1'

red 162 ◦ green 187 ◦ blue 225

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

Shades of Light Steel Blue #A2BBE1

Tints of Light Steel Blue #A2BBE1

RGB

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

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

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

R = 28.22%
G = 32.58%
B = 39.2%

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

#A2BBE1 (or 0xA2BBE1) is known color: Light Steel Blue. HEX triplet: A2, BB and E1. RGB value is (162,187,225). Sum of RGB (Red+Green+Blue) = 162+187+225=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #A2BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBE1 is #5D441E. Grayscale: #B7B7B7. Windows color (decimal): -6112287 or 14793634. OLE color: 14793634.

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

Color convert

RGB 162 187 225 -
CMYK 0.28 0.17 0 0.12
HSL 216.19º 0.51% 0.76% -
HSV(B) 216.19º 0.28% 0.88% -
XYZ 46.26 48.66 78.19 -
YUV 183.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 162 187 225 0.28 0.17 0 0.12 216.19 0.51 0.76
Hex A2 BB E1 1C 11 0 C D8 33 4C
Octal 242 273 341 34 21 0 14 330 63 114
Binary 10100010 10111011 11100001 11100 10001 0 1100 11011000 110011 1001100

Color Harmonies of #A2BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBE1

Black with #A2BBE1

Text Example


Text Example

White with #A2BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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