Html Css Color HEX #A3BDDE Light Steel Blue

📋 copy color: '#A3BDDE'

red 163 ◦ green 189 ◦ blue 222

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

Shades of Light Steel Blue #A3BDDE

Tints of Light Steel Blue #A3BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 28.4%
G = 32.93%
B = 38.68%

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

#A3BDDE (or 0xA3BDDE) is known color: Light Steel Blue. HEX triplet: A3, BD and DE. RGB value is (163,189,222). Sum of RGB (Red+Green+Blue) = 163+189+222=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDDE is #5C4221. Grayscale: #B8B8B8. Windows color (decimal): -6046242 or 14597539. OLE color: 14597539.

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

Color convert

RGB 163 189 222 -
CMYK 0.27 0.15 0 0.13
HSL 213.56º 0.47% 0.75% -
HSV(B) 213.56º 0.27% 0.87% -
XYZ 46.49 49.46 76.2 -
YUV 184.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 163 189 222 0.27 0.15 0 0.13 213.56 0.47 0.75
Hex A3 BD DE 1B F 0 D D6 2F 4B
Octal 243 275 336 33 17 0 15 326 57 113
Binary 10100011 10111101 11011110 11011 1111 0 1101 11010110 101111 1001011

Color Harmonies of #A3BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDDE

Black with #A3BDDE

Text Example


Text Example

White with #A3BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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