Html Css Color HEX #A3BEDB Light Steel Blue

📋 copy color: '#A3BEDB'

red 163 ◦ green 190 ◦ blue 219

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

Shades of Light Steel Blue #A3BEDB

Tints of Light Steel Blue #A3BEDB

RGB

 RED value IS 163 (64.06% from 255) = 28.5%

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

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 28.5%
G = 33.22%
B = 38.29%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A3BEDB (or 0xA3BEDB) is known color: Light Steel Blue. HEX triplet: A3, BE and DB. RGB value is (163,190,219). Sum of RGB (Red+Green+Blue) = 163+190+219=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEDB is #5C4124. Grayscale: #B9B9B9. Windows color (decimal): -6045989 or 14401187. OLE color: 14401187.

HSL color Cylindrical-coordinate representation of color #A3BEDB: hue angle of 211.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3BEDB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 190 219 -
CMYK 0.26 0.13 0 0.14
HSL 211.07º 0.44% 0.75% -
HSV(B) 211.07º 0.26% 0.86% -
XYZ 46.3 49.73 74.18 -
YUV 185.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 163 190 219 0.26 0.13 0 0.14 211.07 0.44 0.75
Hex A3 BE DB 1A D 0 E D3 2C 4B
Octal 243 276 333 32 15 0 16 323 54 113
Binary 10100011 10111110 11011011 11010 1101 0 1110 11010011 101100 1001011

Color Harmonies of #A3BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEDB

Black with #A3BEDB

Text Example


Text Example

White with #A3BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEDB; }

 p { color: rgb(163,190,219); }

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

background-color css

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

 a { background-color: rgb(163,190,219); }

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

border-color css

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

 span { border-color: rgb(163,190,219); }

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