Html Css Color HEX #A3C2DC Light Steel Blue

📋 copy color: '#A3C2DC'

red 163 ◦ green 194 ◦ blue 220

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

Shades of Light Steel Blue #A3C2DC

Tints of Light Steel Blue #A3C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.62%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 28.25%
G = 33.62%
B = 38.13%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A3C2DC (or 0xA3C2DC) is known color: Light Steel Blue. HEX triplet: A3, C2 and DC. RGB value is (163,194,220). Sum of RGB (Red+Green+Blue) = 163+194+220=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C2DC is #5C3D23. Grayscale: #BBBBBB. Windows color (decimal): -6044964 or 14467747. OLE color: 14467747.

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

Color convert

RGB 163 194 220 -
CMYK 0.26 0.12 0 0.14
HSL 207.37º 0.45% 0.75% -
HSV(B) 207.37º 0.26% 0.86% -
XYZ 47.31 51.54 75.16 -
YUV 187.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 163 194 220 0.26 0.12 0 0.14 207.37 0.45 0.75
Hex A3 C2 DC 1A C 0 E CF 2D 4B
Octal 243 302 334 32 14 0 16 317 55 113
Binary 10100011 11000010 11011100 11010 1100 0 1110 11001111 101101 1001011

Color Harmonies of #A3C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C2DC

Black with #A3C2DC

Text Example


Text Example

White with #A3C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C2DC; }

 p { color: rgb(163,194,220); }

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

background-color css

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

 a { background-color: rgb(163,194,220); }

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

border-color css

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

 span { border-color: rgb(163,194,220); }

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