Html Css Color HEX #A3BBDF Light Steel Blue

📋 copy color: '#A3BBDF'

red 163 ◦ green 187 ◦ blue 223

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

Shades of Light Steel Blue #A3BBDF

Tints of Light Steel Blue #A3BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 28.45%
G = 32.64%
B = 38.92%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A3BBDF (or 0xA3BBDF) is known color: Light Steel Blue. HEX triplet: A3, BB and DF. RGB value is (163,187,223). Sum of RGB (Red+Green+Blue) = 163+187+223=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBDF is #5C4420. Grayscale: #B7B7B7. Windows color (decimal): -6046753 or 14662563. OLE color: 14662563.

HSL color Cylindrical-coordinate representation of color #A3BBDF: hue angle of 216º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3BBDF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 187 223 -
CMYK 0.27 0.16 0 0.13
HSL 216º 0.48% 0.76% -
HSV(B) 216º 0.27% 0.87% -
XYZ 46.19 48.65 76.77 -
YUV 183.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 163 187 223 0.27 0.16 0 0.13 216 0.48 0.76
Hex A3 BB DF 1B 10 0 D D8 30 4C
Octal 243 273 337 33 20 0 15 330 60 114
Binary 10100011 10111011 11011111 11011 10000 0 1101 11011000 110000 1001100

Color Harmonies of #A3BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BBDF

Black with #A3BBDF

Text Example


Text Example

White with #A3BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BBDF; }

 p { color: rgb(163,187,223); }

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

background-color css

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

 a { background-color: rgb(163,187,223); }

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

border-color css

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

 span { border-color: rgb(163,187,223); }

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