Html Css Color HEX #A3BFDB Light Steel Blue

📋 copy color: '#A3BFDB'

red 163 ◦ green 191 ◦ blue 219

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

Shades of Light Steel Blue #A3BFDB

Tints of Light Steel Blue #A3BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 33.33%

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

R = 28.45%
G = 33.33%
B = 38.22%

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

#A3BFDB (or 0xA3BFDB) is known color: Light Steel Blue. HEX triplet: A3, BF and DB. RGB value is (163,191,219). Sum of RGB (Red+Green+Blue) = 163+191+219=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFDB is #5C4024. Grayscale: #B9B9B9. Windows color (decimal): -6045733 or 14401443. OLE color: 14401443.

HSL color Cylindrical-coordinate representation of color #A3BFDB: hue angle of 210º 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 #A3BFDB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 191 219 -
CMYK 0.26 0.13 0 0.14
HSL 210º 0.44% 0.75% -
HSV(B) 210º 0.26% 0.86% -
XYZ 46.52 50.16 74.25 -
YUV 185.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 163 191 219 0.26 0.13 0 0.14 210 0.44 0.75
Hex A3 BF DB 1A D 0 E D2 2C 4B
Octal 243 277 333 32 15 0 16 322 54 113
Binary 10100011 10111111 11011011 11010 1101 0 1110 11010010 101100 1001011

Color Harmonies of #A3BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BFDB

Black with #A3BFDB

Text Example


Text Example

White with #A3BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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