Html Css Color HEX #A3BDE6 Light Steel Blue

📋 copy color: '#A3BDE6'

red 163 ◦ green 189 ◦ blue 230

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

Shades of Light Steel Blue #A3BDE6

Tints of Light Steel Blue #A3BDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.52%

R = 28.01%
G = 32.47%
B = 39.52%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A3BDE6 (or 0xA3BDE6) is known color: Light Steel Blue. HEX triplet: A3, BD and E6. RGB value is (163,189,230). Sum of RGB (Red+Green+Blue) = 163+189+230=582 (77% of max value = 765). Red value is 163 (64.06% from 255 or 28.01% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #A3BDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BDE6 is #5C4219. Grayscale: #B9B9B9. Windows color (decimal): -6046234 or 15121827. OLE color: 15121827.

HSL color Cylindrical-coordinate representation of color #A3BDE6: hue angle of 216.72º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3BDE6 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 189 230 -
CMYK 0.29 0.18 0 0.10
HSL 216.72º 0.57% 0.77% -
HSV(B) 216.72º 0.29% 0.9% -
XYZ 47.58 49.89 81.99 -
YUV 185.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 163 189 230 0.29 0.18 0 0.10 216.72 0.57 0.77
Hex A3 BD E6 1D 12 0 A D9 39 4D
Octal 243 275 346 35 22 0 12 331 71 115
Binary 10100011 10111101 11100110 11101 10010 0 1010 11011001 111001 1001101

Color Harmonies of #A3BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDE6

Black with #A3BDE6

Text Example


Text Example

White with #A3BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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