Html Css Color HEX #A3BDDF Light Steel Blue

📋 copy color: '#A3BDDF'

red 163 ◦ green 189 ◦ blue 223

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

Shades of Light Steel Blue #A3BDDF

Tints of Light Steel Blue #A3BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

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

R = 28.35%
G = 32.87%
B = 38.78%

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

#A3BDDF (or 0xA3BDDF) is known color: Light Steel Blue. HEX triplet: A3, BD and DF. RGB value is (163,189,223). Sum of RGB (Red+Green+Blue) = 163+189+223=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDDF is #5C4220. Grayscale: #B8B8B8. Windows color (decimal): -6046241 or 14663075. OLE color: 14663075.

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

Color convert

RGB 163 189 223 -
CMYK 0.27 0.15 0 0.13
HSL 214º 0.48% 0.76% -
HSV(B) 214º 0.27% 0.87% -
XYZ 46.62 49.51 76.91 -
YUV 185.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 163 189 223 0.27 0.15 0 0.13 214 0.48 0.76
Hex A3 BD DF 1B F 0 D D6 30 4C
Octal 243 275 337 33 17 0 15 326 60 114
Binary 10100011 10111101 11011111 11011 1111 0 1101 11010110 110000 1001100

Color Harmonies of #A3BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDDF

Black with #A3BDDF

Text Example


Text Example

White with #A3BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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