Html Css Color HEX #A3BCE1 Light Steel Blue

📋 copy color: '#A3BCE1'

red 163 ◦ green 188 ◦ blue 225

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

Shades of Light Steel Blue #A3BCE1

Tints of Light Steel Blue #A3BCE1

RGB

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

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

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

R = 28.3%
G = 32.64%
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

#A3BCE1 (or 0xA3BCE1) is known color: Light Steel Blue. HEX triplet: A3, BC and E1. RGB value is (163,188,225). Sum of RGB (Red+Green+Blue) = 163+188+225=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 188 (73.83% from 255 or 32.64% 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 #A3BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCE1 is #5C431E. Grayscale: #B8B8B8. Windows color (decimal): -6046495 or 14793891. OLE color: 14793891.

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

Color convert

RGB 163 188 225 -
CMYK 0.28 0.16 0 0.12
HSL 215.81º 0.51% 0.76% -
HSV(B) 215.81º 0.28% 0.88% -
XYZ 46.68 49.19 78.27 -
YUV 184.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 163 188 225 0.28 0.16 0 0.12 215.81 0.51 0.76
Hex A3 BC E1 1C 10 0 C D8 33 4C
Octal 243 274 341 34 20 0 14 330 63 114
Binary 10100011 10111100 11100001 11100 10000 0 1100 11011000 110011 1001100

Color Harmonies of #A3BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCE1

Black with #A3BCE1

Text Example


Text Example

White with #A3BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCE1; }

 p { color: rgb(163,188,225); }

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

background-color css

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

 a { background-color: rgb(163,188,225); }

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

border-color css

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

 span { border-color: rgb(163,188,225); }

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