Html Css Color HEX #A2BCDE Light Steel Blue

📋 copy color: '#A2BCDE'

red 162 ◦ green 188 ◦ blue 222

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

Shades of Light Steel Blue #A2BCDE

Tints of Light Steel Blue #A2BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.87%

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 28.32%
G = 32.87%
B = 38.81%

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

#A2BCDE (or 0xA2BCDE) is known color: Light Steel Blue. HEX triplet: A2, BC and DE. RGB value is (162,188,222). Sum of RGB (Red+Green+Blue) = 162+188+222=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCDE is #5D4321. Grayscale: #B7B7B7. Windows color (decimal): -6112034 or 14597282. OLE color: 14597282.

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

Color convert

RGB 162 188 222 -
CMYK 0.27 0.15 0 0.13
HSL 214º 0.48% 0.75% -
HSV(B) 214º 0.27% 0.87% -
XYZ 46.07 48.92 76.12 -
YUV 184.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 162 188 222 0.27 0.15 0 0.13 214 0.48 0.75
Hex A2 BC DE 1B F 0 D D6 30 4B
Octal 242 274 336 33 17 0 15 326 60 113
Binary 10100010 10111100 11011110 11011 1111 0 1101 11010110 110000 1001011

Color Harmonies of #A2BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCDE

Black with #A2BCDE

Text Example


Text Example

White with #A2BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCDE; }

 p { color: rgb(162,188,222); }

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

background-color css

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

 a { background-color: rgb(162,188,222); }

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

border-color css

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

 span { border-color: rgb(162,188,222); }

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